Activity Forums Salesforce® Discussions What is the difference between enterprise WSDL and partner WSDL?

  • Kirandeep

    Member
    July 15, 2020 at 4:31 PM

    Enterprise WSDL
    -The Enterprise WSDL is strongly typed, which means that it contains objects and fields with specific data types, such as int and string.
    -The Enterprise WSDL document is for customers who want to build an integration with their Salesforce organization only.
    -Customers who use the enterprise WSDL document must download and re-consume it whenever their organization makes a change to its custom objects or fields or whenever they want to use a different version of the API.

    Partner WSDL:

    -The Partner WSDL is loosely typed, which means that you work with name-value pairs of field names and values instead of specific data types.
    -This WSDL document is for customers, partners, and ISVs who want to build an integration that can work across multiple Salesforce organizations, regardless of their custom objects or fields.
    -The Partner WSDL is static, and hence does not change if modifications are made to an organization’s Salesforce configuration.

  • Pooja

    Member
    July 15, 2020 at 6:12 PM

    The Enterprise WSDL document is for customers who want to build an integration with their Salesforce organization only.
    -Customers who use the enterprise WSDL document must download and re-consume it whenever their organization makes a change to its custom objects or fields or whenever they want to use a different version of the API.
    -The Partner WSDL is loosely typed, which means that you work with name-value pairs of field names and values instead of specific data types.
    -This WSDL document is for customers, partners, and ISVs who want to build an integration that can work across multiple Salesforce organizations, regardless of their custom objects or fields.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos