Activity Forums Salesforce® Discussions What are the steps to expose SOAP services in Salesforce?

  • Aditya

    Member
    August 12, 2020 at 2:53 pm

    <div>Expose a Class as a SOAP Service
    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.
    </div>

  • Manish

    Member
    August 12, 2020 at 3:14 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