Error Output

The Error Output tab lists the possible exceptions that can be thrown by this activity. For more information about error codes and corrective action to take, see TIBCO ActiveMatrix BusinessWorks™ Error Codes.

Exception

Thrown When...

defaultFaultElement

The server returned a default SOAP fault.

ActivityTimedOutException

The activity reached the specified timeout and a response has not been received from the server.

<customFault>

The SOAP server has returned a custom fault. These faults are defined in the WSDL file and are listed as a choice element.

Errors when HTTP is the transport

HttpClientException

The SOAP server has reported a client error.

HttpServerException

The SOAP server has reported an internal error.

HttpCommunicationException

An HTTP communications error occurred.

Errors when JMS is the transport

JMSMessageCreateException

An error occurred when creating the request message.

JMSSessionCreteException

An error occurred when creating the JMS session to send the request message.

JMSSendException

An error occurred when attempting to send the JMS message.

JMSReceiveException

An error occurred when attempting to receive the JMS reply message.