Faults have an associated status message.
A fault can occur at various points in the conversation between the requestor process and the web service. The following table shows details of the status messages:
Type of request | WS-ReliableMessaging state | What it means when invocation timeout occurs |
---|---|---|
Invoke one way | Message sent to web service requesting a reliable messaging communication sequence for an Invoke service request. | Failed to establish the communication sequence. |
Communication sequence is established for an Invoke service request. The service request message has not yet been sent to the web service. | Failed to send service request message. | |
Invoke service request was sent to the web service. Waiting for acknowledgement from the web service | Web service did not acknowledge the receipt of the service request. | |
Message received from the web service acknowledging receipt of the Invoke service request. | Web service received the service request. | |
Synchronous Invoke (Invoke 3rd party Web Services - Reply received in the same session) | Message sent to web service requesting a reliable messaging communication sequence for an Invoke service request. | Failed to establish the communication sequence. |
Communication sequence is established for an Invoke service request. The service request message has not yet been sent to the web service. | Failed to send service request message. | |
Invoke service request was sent to the web service. Waiting for acknowledgement from the web service | Web service did not acknowledge the receipt of the service request. | |
Asynchronous Invoke (workflow system to workflow system invocation - Reply treated as a separate invoke) | Message sent to web service requesting a reliable messaging communication sequence for an Invoke service request. | Failed to establish the communication sequence. |
Communication sequence is established for an Invoke service request. The service request message has not yet been sent to the web service. | Failed to send service request message. | |
Invoke service request was sent to the web service. Waiting for acknowledgement from the web service. | Web service did not acknowledge the receipt of the service request. | |
Message received from the web service acknowledging receipt of the Invoke service request. | Web service received the service request. |