Activity Forums Salesforce® Discussions How do you expose SOAP Web services in Salesforce?

  • Anjali

    Member
    March 2, 2020 at 12:48 pm

    Making your Apex class available as a SOAP web service is as easy as with REST. Define your class as global. Add the webservice keyword and the static definition modifier to each method you want to expose. The webservice keyword provides global access to the method it is added to.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos