3.1.4.8 Status

This operation is used by the protocol client to retrieve the status of the protocol server.

 <wsdl:operation name="Status">
   <wsdl:input message="tns:StatusSoapIn"/>
   <wsdl:output message="tns:StatusSoapOut"/>
 </wsdl:operation>

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

The protocol server returns the string "ONLINE".