3.1.5.2 GetConfig

Synopsis:

This method returns configuration information on the server. It MUST be the initial method called by the client when connecting to the server. The client SHOULD cache the results of this call and only call it again if the server throws a SoapFault with one of the following ErrorCodes: InvalidCookie, ServerChanged, or ConfigChanged.

Request Validation:

 Parameter

 Validation Conditions

 ErrorCode

protocolVersion

MUST be a non-NULL two-part version string (for example, "1.0").

If the validation conditions are not met, the server MAY return InvalidParameters.

Results:

If no faults occur during the operation, the server MUST return a GetConfigResponse message in response to the client.