Skip to main content
The SOAP transformer is a way to interact with a webservice via the SOAP protocol. The messages are in an xml type format and in general created by the service based on a sort of template file the WSDL. For the integration of the transformer you do not have to worry about that and can simple call methods on the endpoint. SOAP webservices can be used to retrieve and manipulate data on a remote server. The available functionality depends on the connected service.

Fields

Request Method

Required. The name of the function that will be called on the SOAP server. The name of this method can be found in the documentation of the connected webservice.

SOAP Client

Required. The pre-configured client that will be used. The client is responsible to establish the connection and provide the communication with the SOAP service.

Input transformer

Choose a way to modify the received response from the SOAP server.

Response validator

Verify if the received response is up to expectations. If not an error message can be triggered and will be added to the logs also causing the transformer to fail and stop the execution.