Activity › Forums › Salesforce® Discussions › How to Expose Webservice as a SOAP API?
-
How to Expose Webservice as a SOAP API?
Posted by Kirandeep on April 6, 2020 at 12:38 PMHow to Expose Webservice as a SOAP API?
Fer Esquivel replied 4 years, 10 months ago 4 Members · 3 Replies -
3 Replies
-
To expose a SOAP Web Service, do the following:
In the Logic tab, open the Integrations folder.
Right-click the SOAP element and select Expose SOAP Web Service.
Set the name of your SOAP Web Service and the remaining properties.
If you want to set a specific namespace for your SOAP Web Service, set it in the “Web Services Namespace” property of the module.
Right-click your new SOAP Web Service and select Add Web Service Method.
Set the name of your method.
Design the logic of your Web Service Method.
When you publish your module, the following happens:
The actions of exposed SOAP Web Services are translated into methods in the WSDL, with the same name and description.
The data types used by these actions are mapped into XML data types in the WSDL. - [adinserter block='9']
-
Right-click the SOAP element and select Expose SOAP Web Service.
Set the name of your SOAP Web Service and the remaining properties.
If you want to set a specific namespace for your SOAP Web Service, set it in the “Web Services Namespace” property of the module.
Right-click your new SOAP Web Service and select Add Web Service Method.
Set the name of your method.
Design the logic of your Web Service Method.
When you publish your module, the following happens:
The actions of exposed SOAP Web Services are translated into methods in the WSDL, with the same name and description.
The data types used by these actions are mapped into XML data types in the WSDL. -
Hi @tomohit, could you help me to share any screens about those steps, please!
I don’t know where I can found those options.
-
This reply was modified 4 years, 10 months ago by
Fer Esquivel.
-
This reply was modified 4 years, 10 months ago by
Log In to reply.