Expose A SOAP Web Service - OutSystems

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

09/06/2021 Expose a SOAP Web Service - OutSystems

Sign up Log in

< Exposing SOAP Web Services


 

Language: English | 日本語

Search OutSystems 11 docs...

Expose a SOAP Web Service


Last updated: Apr 6, 2021

 Edit  Download

To expose a SOAP Web Service, do the following:

1. In the Logic tab, open the Integrations folder.

2. Right-click the SOAP element and select Expose SOAP Web Service.

3. Set the name of your SOAP Web Service and the remaining properties.

4. If you want to set a specific namespace for your SOAP Web Service, set it in the "Web Services Namespace"
property of the module.

5. Right-click your new SOAP Web Service and select Add Web Service Method.

6. Set the name of your method.

7. Design the logic of your Web Service Method.

When you publish your module, the following happens:


 How can we help you? S
The actions of exposed SOAP Web Services are translated into methods in the WSDL, with the same name and
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/SOAP/Exposing_SOAP_Web_Services/Expose_a_SOAP_Web… 1/2
09/06/2021 Expose a SOAP Web Service - OutSystems
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. Sign up Log in

Also:

Your exposed SOAP Web Service and its documentation will be available at:

http://<hostname>/<ModuleName>/<WebServiceName>.asmx

The WSDL of the exposed SOAP Web Service will be available at:

http://<hostname>/<ModuleName>/<WebServiceName>.asmx?WSDL

The SOAP Web Service will be exposed using a document/literal WSDL with both SOAP 1.1 and SOAP 1.2 bindings.

Back to top

Was this article helpful?

 Yes  No

Company Support

Corporate Site Technical Support


Contacts Community Forums
OutSystems© All rights reserved. Custom built

with and

 How can we help you? S


https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/SOAP/Exposing_SOAP_Web_Services/Expose_a_SOAP_Web… 2/2

You might also like