Call SOAP

With this node you can call a function on a SOAP server.

It has the following configuration options:
  • URL: here you can define the URL of the SOAP server.
  • WSDL: here you can define the location of the WSDL (Web Services Description Language).
  • Function: here you can define the name of the function to call.
  • Variable name: here you can define the parameters that are provided to the function. This has to be an object. Select the pencil to open Expression Builder.
  • Put result in variable: here you can define a variable to store the results. In case multiple files are uploaded, this variable is an array of the results, one entry for each file.
  • Convert result to JSON: if you select this checkbox, the result will be in JSON format.