Web Service (ASMX) API for SharePoint Online

Copper Contributor

Question was initially raised in response to below Exchange Blog dated ‎07-28-2020 03:16 PM: post: https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-j... 

--

Hi,

 

We are software developer and we are using some of the "web service (ASMX)" to work with the SharePoint service for my clients; as those components of SharePoint (e.g. WebParts, Metadata) cannot be supported by RESTFul APIs thus we would still be requiring a O365 user credential for integration.

 

We are just wondering for those O365 tenants with ZERO usage and as soon as their O365 organizations are enforced to disabling Basic Authentication by October 2020. Would the above mentioned "web service (ASMX) for sharepoint" be impacted?

 

If the above scenario will happen, can those "ZERO usage" O365 tenants / administrators re-enable the Basic Authentication in Azure AD or will there be other workaround for software developers to keep using the "web service (ASMX) for sharepoint" with O365 user credential (i.e. BASIC Authentication)? 

 

Appreciate your feedback. Thank you. 

2 Replies
Pretty sure SPO Web Services call are going to be deprecated at some point....May I ask why SPO REST API don't work for you?

@Juan Carlos González Martín 

I think some of the information cannot retrieved by the SharePoint RESTful API such as webparts and meta. So, we have to use SharePoint web service to retrieve it.

Is there any way to replace those old SharePoint web service (Get webpart and meta)? I am afraid that the SharePoint web service will be deprecated shortly.