Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

SOAP

Supported features

The SOAP module is currently in beta and does NOT support:

  • 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 Boost.space Integrator:

    <complexType name="ArrayOfFloat">   <complexContent>     <restriction base="soapenc:Array">       <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:integer[]"/>         </restriction>     </complexContent> </complexType>

    It includes the soapenc:Array, soapenc:arrayType and wsdl:arrayType references, which are not yet supported in Boost.space Integrator.

  • Redefine elements

  • Fraction digits restrictions

  • Total digits restrictions

  • White space restrictions

  • Multiple parts in input and output messages. Only single-part messages are supported

Workaround

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:

  1. In Boost.space Integrator, create a new scenario.

  2. Insert the HTTP > Make a request module in the scenario.

  3. Open the module’s configuration and configure it like shown below:

    621174c904f68.png
  4. Open a new web browser window/tab.

  5. 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

  6. If the WSDL file does not display directly in the web browser, open the downloaded file in a text editor.

  7. Search for the <service> or <wsdl:service>tag:

    621174ca8de0c.png
  8. Once located, copy the URL from the location attribute.

  9. In Boost.space Integrator, paste the URL into the HTTP module’s URL field.

  10. Open the Online SOAP Client in a new web browser window/tab.

  11. Paste the WSDL URL into the WSDL URL field.

  12. Click on the Browse button.

  13. Pick from the list of functions to the left, e.g. getLanguages.

  14. Copy the content of the Request XML text area.

  15. In Boost.space Integrator, paste the copied content to the module’s Request content field.

  16. Provide values for selected parameters by replacing the question marks with actual values:

    621174cb69bbb.png
  17. Close the module’s configuration by clicking on the OK button.

  18. Execute the scenario/module.