SOAP
To create the connection:
You've successfully created the connection and can now use the SOAP app in your . If you want to make changes to your connection in the future, follow the steps here.
- Execute SOAP action
The SOAP module is currently in beta and does NOT support:
- Redefine elements
- Fraction digits restrictions
- Total digits restrictions
- White space restrictions
- Multiple parts in input and output messages. Only single-part messages are supported.
Custom XML Schema elements are defined with the help of SOAP Encoding (http://schemas.xmlsoap.org) schemas and elements. For example, the following would not be recognized correctly by Make:
If the SOAP module refuses to process the WSDL file or throws various errors in the module's configuration, you may try using the universal HTTP > Make a request module instead:
Add the HTTP > Make a request module.
Open the module's configuration and configure it:

Open a new web browser window/tab.
Paste the WSDL URL into the web browser's address bar and fetch the XML file. The WSDL URL usually ends with ?wsdl, but not necessarily, e.g. http://voip.ms/api/v1/server.wsdl
If the WSDL file does not display directly in the web browser, open the downloaded file in a text editor.
Search for the <service> or <wsdl:service>tag.

Once located, copy the URL from the location attribute.
Open the Online SOAP Client in a new web browser window/tab.
Paste the WSDL URL into the WSDL URL field.
Click on the Browse button.
Pick from the list of functions to the left, e.g. getLanguages.
Copy the content of the Request XML text area.
Provide values for selected parameters by replacing the question marks with real values:

Close the module's configuration by clicking on the OK button.