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
| Field | Required | Description |
|---|---|---|
| Name | Optional | Name of the component. |
| Description | Optional | Description of the component. |
Input
| Field | Required | Description |
|---|---|---|
| Target | Required | The 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.