3.1.4.5 GetServerInfo

This method is called to retrieve information about the repository, such as its type, version, and whether the repository is configured for routing.

The following is the WSDL port type specification of the GetServerInfo WSDL operation.

 <wsdl:operation name="GetServerInfo" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetServerInfoSoapIn"/>
   <wsdl:output message="tns:GetServerInfoSoapOut"/>
 </wsdl:operation>

The protocol client sends a GetServerInfoSoapIn request WSDL message, and the protocol server MUST respond with a GetServerInfoSoapOut response WSDL message, as follows:

  • The protocol server MUST return implementation-specific <13> information for the protocol server in the ServerInfo element.