Creating custom Apex SOAP based on Web Services in Salesforce.com and accessing from Java Application

What Is SOAP API?

SOAP API is used to create, retrieve, update or delete records, such as accounts, leads, and custom objects. It supports data in the form of XML. Requires WSDL files for the integration.

[Read more…]