3.1.4.9 GetStatus

The protocol client uses the GetStatus operation to retrieve the current expiration of its enumeration context.

The protocol client sends the message GetStatusMessage (section 2.2.2.9) to request the expiration time of the element wsen:EnumerationContext (section 2.2.3.9). If the server accepts the request, then the server MUST send the message GetStatusResponseMessage (section 2.2.2.10) in response.

     <wsdl:operation name="GetStatus" >
       <wsdl:input
         message="wsen:GetStatusMessage"
         wsa:Action="http://schemas.xmlsoap.org/ws/2004/09/enumeration/GetStatus"
         />
       <wsdl:output
         message="wsen:GetStatusResponseMessage"
         wsa:Action="http://schemas.xmlsoap.org/ws/2004/09/enumeration/GetStatusResponse"
         />
     </wsdl:operation>