Hopewiser SOAP Interface - Fault Statuses

Summary

If an error occurs during the invocation of a SOAP call, the Hopewiser SOAP server throws an exception and returns a SOAP fault element containing information related to the error.

Possible error codes returned are as follows:

CodeNameDescription
10001Atlas ErrorThis error code is returned when a general Atlas error occurs.
For instance, no match could be found or the search matched too many entries.
10002Login ErrorThis error code is returned when an error occurs during the Login call.
For instance, an invalid username / password combination may have been provided.
10003Session ErrorThis error code is returned when an invalid Session ID is used.
For instance, the Session ID may have expired.

[ top ]

Samples

For a sample Fault response please click here.

[ top ]