SOAP V1 (Deprecated)
Know the component and how to use it.
SOAP V1 invokes SOAP endpoints from a pipeline. It uses a Apache FreeMarker template to generate the SOAP request message and converts the response from SOAP to JSON, trying its best not to disrupt the translation.
Parameters
Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Messages flow
Input
The component waits for a message in the following format:
Output
successful
with error
For some errors, body and headers are unavailable.
SOAP V1 in Action
About the template variable
The name of the variable can also have minus (-), dot (.) and colon (:) at any position, but they must be escaped with a preceding backslash (\). Otherwise, they can be interpreted as operators.
About numbers substitution
Output
Number format
To check if the field isn't null:
SoapUI calls reprocedures in SOAP V1
Last updated