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
anagramanagram 

API_Enterprise_Server_URL vs. API_Partner_Server_URL in WILs

I'm sure this is really naive, but what is the difference between

{!API_Enterprise_Server_URL}

and

{!API_Partner_Server_URL}

as used in Web Integration Links? I'm confused by the fact that both are offered.

Thanks!
Nicholas
DevAngelDevAngel

Hi anagram,

There is a slight difference between the enterprise wsdl endpoint url and the partner wsdl endpoint url.  The enterprise one is

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

while the partner one is

https://www.salesforce.com/services/Soap/u/2.5

These different endpoints used different namespaces as defined by the 2 different urls.  If you use the wrong endpoint with the wrong wsdl you will get errors.