serverSequenceId | String Unique identifier associated with a reliable messaging sequence. Integration Server waits for all the messages in the specified message sequence to be sent and acknowledged before terminating the sequence.
| ||
maxWaitingTime | String Optional. Maximum time (in milliseconds) to wait for the reliable messaging sequence to complete before terminating it. If no value is specified, the service waits indefinitely until it receives a reply. |
fault | Document Conditional. Contents of the fault block. The fault document references the pub.soap.utils:soapFault document type. | |||
transportInfo | Document Conditional. Headers from response and request messages. The contents of transportInfo vary depending on the actual transport used by the service.
The transportInfo parameter contains the following keys: | |||
Key | Description | |||
requestHeaders | Document Conditional. Header fields from the request message issued by the reliable messaging source. | |||
responseHeaders | Document Conditional. Header fields from the response. Each key in responseHeaders represents a field (line) of the response header. Key names represent the names of header fields. The key values are Strings containing the values of the fields. Whether or not the service returns the responseHeaders parameter depends on the success or failure of the service. In the case of failure, the point at which the failure occurs determines the presence of the responseHeaders parameter. | |||
status | Document Conditional. Status code from the request. | |||
statusMessage | Document Conditional. Description of the status code returned by the underlying transport. |