3.1.4.7 Registration

This operation is used by the protocol client to gather registration information from the protocol server. The protocol client does this mainly to gather information from the protocol server that can be shown in a user interface.

 <wsdl:operation name="Registration">
   <wsdl:input message="tns:RegistrationSoapIn"/>
   <wsdl:output message="tns:RegistrationSoapOut"/>
 </wsdl:operation>

The protocol client sends a RegistrationSoapIn request message and the protocol server responds with a RegistrationSoapOut response message, as follows:

The protocol server returns assorted information about itself.