You need to sign in to do that
Don't have an account?
anagram
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
{!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
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.