3.1.4.4 BroadcastPing

The BroadcastPing operation is used by a protocol client to check if the protocol server is available.

The following is the WSDL port type specification of the BroadcastPing WSDL operation.

 <wsdl:operation name="BroadcastPing" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/Broadcast/Server/WebServices/BroadcastParticipantService/IParticipantService/BroadcastPing" message="tns:IParticipantService_BroadcastPing_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/Broadcast/Server/WebServices/BroadcastParticipantService/IParticipantService/BroadcastPingResponse" message="tns:IParticipantService_BroadcastPing_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends a IParticipantService_BroadcastPing_InputMessage request message, as specified in section 3.1.4.4.1.1, and the protocol server MUST respond with a IParticipantService_BroadcastPing_OutputMessage response message, as specified in section 3.1.4.4.1.2.