Skip to main content

SOAP Reply

SOAP Reply returns the successful response for a request that arrived through SOAP Receiver. It is the success counterpart to SOAP Fault, which returns a contract-compliant error instead.

The activity has no settings of its own beyond a name and description. Everything it needs comes from the mapping on the Input tab — the response body defined by the WSDL operation the receiver handles.

The activity has two tabs: Configuration and Input.

Configuration

FieldRequiredDescription
NameOptionalName of the component.
DescriptionOptionalDescription of the component.

Input

FieldRequiredDescription
TargetRequiredThe WSDL operation response body.

The shape of Target is not fixed by the activity. It is the response body of whichever operation the SOAP Receiver is bound to, so the mapper shows the schema derived from the WSDL resource.