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
anvesh@force.comanvesh@force.com 

Soap Sample Code

Please anyone explain soap with small code if available otherwise please explain about soap callout and integration

Best Answer chosen by Admin (Salesforce Developers) 
SurpriseSurprise

Check below URL,it will tell you a bit about web services.

 

http://cheenath.com/?tutorial/sfdc/sample1/index.html

 

How to use trigger and  and how to call class form trigger and using asynchronous are explained in this example.

 

When u use soap you have to generate wsdl to Apex and from the generated apex you have to identiry the methid ans parameters which you will have to use in your apex class and pass parameter to the method.