3.1.4.9 Wait

This operation forces the protocol server to wait for the specified amount of time before sending a response to the protocol client.<14>

 <wsdl:operation name="Wait">
     <wsdl:input message="tns:WaitSoapIn" />
     <wsdl:output message="tns:WaitSoapOut" />
 </wsdl:operation>

The protocol client initiates the operation by sending a WaitSoapIn message to the protocol server, as specified in section 3.1.4.9.1.1.

The protocol server MUST initiate a millisecond timer that expires after the period designated by the millisecondsToWait element. When the timer expires, the protocol server MUST send a WaitSoapOut message as specified in section 3.1.4.9.1.2. If the operation fails for any reason, the protocol server MUST return a SOAP fault.