function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SS KarthickSS Karthick 

Soap Api

Hi folks,
       can anyone tell me what is soap api and how to use ,when to use in salesforce


Please help
Best Answer chosen by SS Karthick
Michael VerhovskiMichael Verhovski
SOAP API provides a powerful, convenient, and simple SOAP-based Web services interface for interacting with Salesforce. You can use SOAP API to create, retrieve, update, or delete records. You can also use SOAP API to perform searches and much more.

You could start from SOAP API Developer's Guide (http://www.salesforce.com/us/developer/docs/api/)

All Answers

Michael VerhovskiMichael Verhovski
SOAP API provides a powerful, convenient, and simple SOAP-based Web services interface for interacting with Salesforce. You can use SOAP API to create, retrieve, update, or delete records. You can also use SOAP API to perform searches and much more.

You could start from SOAP API Developer's Guide (http://www.salesforce.com/us/developer/docs/api/)
This was selected as the best answer
Michael VerhovskiMichael Verhovski
Karthick, Please mark my answer as a solution to your question if it solves your problem.