Activity Forums Salesforce® Discussions How to Expose Webservice as a SOAP API?

  • MOHIT

    Member
    April 6, 2020 at 3:30 pm

    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.

  • Pooja

    Member
    April 7, 2020 at 10:20 am

    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.

  • Fer

    Member
    July 28, 2021 at 12:59 am

    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 2 years, 9 months ago by  Fer Esquivel.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos