Activity › Forums › Salesforce® Discussions › What is Enterprise WSDL in Salesforce?
-
What is Enterprise WSDL in Salesforce?
Posted by Anjali on September 16, 2020 at 2:11 PMWhat is Enterprise WSDL in Salesforce?
Ratnesh replied 5 years, 8 months ago 4 Members · 3 Replies -
3 Replies
-
Enterprise WSDL
1. The Enterprise WSDL is strongly typed.2. The Enterprise WSDL is tied (bound) to a specific configuration of Salesforce (ie. a specific organization’s Salesforce configuration).3. The Enterprise WSDL changes if modifications (e.g custom fields or custom objects) are made to an organization’s Salesforce configuration. - [adinserter block='9']
-
Salesforce provides a WSDL (Web Service Description Language) files. They are called ‘Enterprise WSDL‘ and ‘Partner WSDL‘. A WSDL is an XML-document which contains a standardized description on how to communicate using a web service (the Salesforce API is exposed as a web service)
-
Enterprise WSDL
Strongly typed, the object and its attributes are fixed.
Contains the metadata about all standard and custom fields and objects.
Can only be used against your Salesforce instance.
Log In to reply.