SOAP

This is an advanced module

Function

This module allows users to integrate with a SOAP webservice integration from within the application.

Inputs

The SOAP module has four different input sections.

WSDL URL

Enter the WSDL for the desired SOAP webservice. Click the refresh icon to load the WSDL methods for the webservice in the module.

SOAP Version

This indicates the SOAP version for the selected webservice. Options include SOAP 1.1 or SOAP 1.2.

Method

Drop-down menu that selects the method of the desired SOAP webservice.

Parameters

Set parameters for the desired SOAP webservice based on the method selected from the WSDL.

  • Parameter: The parameter name. The module automatically populates this field when selecting a method for the desired SOAP webservice.

  • Value: The value to be submitted for the parameter. This field accepts dynamic variables from within an application.

Module Settings

The two common errors associated with a SOAP webservice are timeouts and faults. The latter are custom SOAP errors.

Last updated