Activity Forums Salesforce® Discussions How a developer can invoke SOAP web services in Apex in Salesforce?

  • Deepak

    Member
    October 20, 2020 at 5:09 pm

    Developer can invoke SOAP web services in Apex by following steps:
    1. Making your Apex class available as a SOAP web service is as easy as with REST.
    2.Define your class as global.
    3. Add the webservice keyword and the static definition modifier to each method you want to expose.
    4. The webservice keyword provides global access to the method it is added to.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos