Loading

Differences between Salesforce provided WSDL files

게시 일자: Jun 25, 2026
상세 설명

Salesforce provides two WSDL (Web Services Description Language) files — the Enterprise WSDL and the Partner WSDL — to help developers build integrations using the Salesforce API. A WSDL is an XML document that describes how to communicate with a web service. Developers typically use their development environment (for example, Eclipse for Java or Visual Studio for .NET) to consume the WSDL and generate integration classes.

솔루션

Enterprise WSDL

The Enterprise WSDL is strongly typed and tied to a specific Salesforce org's configuration. It reflects the exact custom fields and custom objects in that org. Because it is org-specific, the Enterprise WSDL changes whenever modifications are made to the org's configuration (such as adding custom fields or objects). The Enterprise WSDL is intended primarily for Salesforce customers building integrations for their own org.

Partner WSDL

The Partner WSDL is loosely typed and can be used to interact with any Salesforce org's configuration. It is static and does not change when org modifications are made. The Partner WSDL is intended primarily for Salesforce Partners who build integrations that work across multiple orgs.

How to Download a WSDL File

Salesforce Lightning:

  1. Click Setup | Integrations | API.
  2. Click the link to download the appropriate WSDL.
  3. Save the file locally with a .wsdl file extension.

Salesforce Classic:

  1. Click Setup | Develop | API.
  2. Click the link to download the appropriate WSDL.
  3. Save the file locally with a .wsdl file extension.
Knowledge 기사 번호

000385303

 
로드 중
Salesforce Help | Article