The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Hi @Selvakumar K
Thank you for posting your question in the Microsoft Q&A forum.
Based on the information you shared, I understand that you are working with a classic SharePoint site where some web parts were created using SharePoint Designer 2013, and you now need to modify the URL used inside one of those web parts. However, when attempting to open and edit the home page in SharePoint Designer, you receive the error:
soap:Server – Server was unable to process request. → Specified method is not supported.
Even after installing the correct version of SharePoint Designer 2013, enabling ADAL, applying SP1, and installing all the listed updates, the issue still persists.
After researching similar cases, this behavior can sometimes occur when SharePoint Designer sends a request that the SharePoint service no longer supports, especially for operations involving web parts or legacy data sources. Since you have already tried the typical troubleshooting steps, you may want to consider the following approaches:
- Modify the Web Part through Export / Import (via browser)
If the goal is to change a URL inside a web part (often a Data View Web Part or similar component created with SharePoint Designer), you can try exporting the web part directly from the page through the browser. You can then open the .webpart file in a text editor and modify the relevant XML properties (such as URLs, data source references, parameters, etc.), and import the web part again. This method works with many classic web parts.
- Edit the page source (ASPX) if the Web Part was embedded by SharePoint Designer
In some cases, especially with XSLT/Data View Web Parts created in SharePoint Designer, the configuration is embedded directly inside the ASPX page markup rather than the exported .webpart file. If that is the case, the URL change may need to be done by:
- Editing the ASPX page source, or
- Using PowerShell (for example with the PnP.PowerShell module) to update the page content.
I hope this information helps guide your next steps.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.