Feedback

  • Contents
 

Appendix D: SOAP ISAPI Listener Fault Messages

This appendix lists fault messages returned by the SOAP ISAPI Listener. For general information about SOAP Faults, refer to section 4.4 of the SOAP Specification at W3C. The URL is http://www.w3.org/TR/SOAP/. SOAP ISAPI Listener may return the following codes:

Client.ContentType

Unsupported Content-Type specified. Expecting "text/xml" or "application/xml".

Client.ContentLength

The 'Content-Length' field of the HTTP header does not match the length of the data sent by client.

Client.SOAPAction

The HTTP header does not contain a 'SOAPAction' header field.

Client.PayloadSize

The SOAP payload exceeds the maximum size limit configured for the server.

Server.TooBusy

Server is too busy—too many requests are currently pending.

Server.SOAPAction

The SOAPAction is not recognized by the server (e.g. it doesn't match any filter rules).

Server.NotifierConnection

SOAP ISAPI Listener was unable to establish a Notifier connection with the CIC server to forward the request.

Server.RequestTimeout

The request was not processed by the CIC server in the allotted time.

Server.NotifierConnectionLost

The SOAP ISAPI Listener lost the Notifier connection while waiting for the request to be processed by the CIC server.

Server.Switchover

A Switchover was initiated while waiting for the request to be processed. The response was lost.

Server.Error

A general error occurred while server was waiting for request to be processed.

Server.Unhandled

The request was not processed by the CIC server (i.e. a handler was initiated but did not send a response with the SOAP Send Response tool).

Server.Shutdown

The web server was shut down (ISAPI unloaded) while the request was being processed by the CIC server.