function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
marchandojmarchandoj 

Excel Connector: Problem Accessing /Services/Soap/c

I cannot get Excel Connector to work for me since yesterday

I am getting the following Error when I try to log in via Excel Add-In

 

When I browse to the login Url

https://www.salesforce.com/services/Soap/c/21.0

 

the following Error is displaying

 

HTTP ERROR 405

Problem accessing /services/Soap/c/21.0. Reason:

    GET not supported

 Would anyone out there know what I need to do to make this work?

We are in Europe and our Salesforce Org split over the weekend - it used to be on emea.salesforce.com and now it is eu3.salesforce.com, could it have anything to do with that?

 

Thanks

 

 


Ashish_SFDCAshish_SFDC

Hi Marchandoj, 

 

API Endpoint Changes
Prior to Summer ’13, API endpoints for Web services used a hostname in the form instance-api.salesforce.com. API
endpoints now use a hostname of the form instance.salesforce.com. An example API endpoint from the serverUrl
portion of a SOAP API login() response might look like:


https://na1.salesforce.com/services/Soap/c/28.0/00DU0000000Q4f0

 

In Summer release doc on pg#243, find the change description for more info.

https://help.salesforce.com/apex/HTViewSolution?urlname=Summer-13-Release-Notes&language=en_US

 

Regards,

Ashish, 

If your question is answered, please accept this post as Solved.