What is the difference Between enterprise WSDL and partner WSDL in Salesforce?

Sharing is Caring

This post is part of the blog post series: Integrating Salesforce With Other Apps – A Series! Integrating Salesforce with other applications or sources of data can be really difficult.

When connecting to the Salesforce SOAP API, there’s two different WSDL options: the Enterprise WSDL and the Partner WSDL.

Enterprise WSDL

The Enterprise WSDL is strongly typed and designed for one specific Salesforce org. It will be different based on the org’s specific configurations.

Use Cases

When building an integration for only one company, you should use the Enterprise WSDL.

Partner WSDL

The Partner WSDL is optimized for Salesforce partners – it is designed for many Salesforce orgs. It doesn’t changed based on an org’s specific configuration.

Use Cases

For integrations that could connect to multiple uniquely configured Salesforce org, you should use the Partner WSDL.

Sharing is Caring

Brian is a software architect and technology leader living in Niagara Falls with 13+ years of development experience. He is passionate about automation, business process re-engineering, and building a better tomorrow.

Brian is a proud father of four: two boys, and two girls and has been happily married to Crystal for more than ten years. From time to time, Brian may post about his faith, his family, and definitely about technology.

1 Comments

  1. Pingback: Integrating Salesforce With Other Apps - A Series! - Brian Cline

Comments are closed.