3.1.4.11.2.2 PingResponse

The PingResponse element specifies the result data for the Ping WSDL operation.

 <xs:element name="PingResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="Count" type="xs:int"/>
       <xs:element minOccurs="0" name="Received" type="xs:dateTime"/>
       <xs:element minOccurs="0" name="Responded" type="xs:dateTime"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Count: An integer value containing the count of Ping operations the protocol server has performed.

Received: A dateTime value specifying when the protocol server began the Ping operation after receiving the PingRequest WSDL message.

Responded: A dateTime value specifying when the protocol server ended the Ping operation before returning the PingResponse WSDL message.