SOAP API Part 1
Chapter Topics
- APIs in Salesforce
- Need of API in Salesforce
- Languages Used in creating APIs
- How Communication Happens in APIs
- Types of APIs in Salesforce
- REST API Part 1
- REST API Part 2
- REST API Part 3
- REST API Part 4
- REST API Part 5
- REST API Part 6
- REST API Part 7
- REST API Part 8
- REST API Part 9
- SOAP API Part 1
- SOAP API Part 2
- SOAP API Part 3
- SOAP API Part 4
- SOAP API Part 5
- Metadata API in Salesforce
What Is SOAP API In Salesforce?
SOAP stands for Simple Object Access Protocol. The Force.com SOAP API (formerly known as the Force.com Web Services API) lets you integrate Force.com applications that can create, retrieve, update, or delete records managed by Salesforce, Force.com, and Database.com, records such as accounts, leads, and custom objects.
SOAP brings its own protocol and focuses on exposing pieces of application logic (not data) as services.
SOAP exposes operations. SOAP is focused on accessing named operations, each implementing some business logic through different interfaces.
Advantages Of SOAP API
- SOAP supports several protocols and technologies, including WSDL, XSDs, and WS-Addressing.
- The Web Services Description Language (WSDL) describes a common set of rules to define the messages, bindings, operations
Initial Setup For SOAP API
You need to first download VS Code and Postman.
Need more support?
Get a head start with our FREE study notes!
Learn more and get all the answers you need at zero cost. Improve your skills using our detailed notes prepared by industry experts to help you excel.