3.1.4.2 BroadcastGetData

The BroadcastGetData operation SHOULD<45> be used by the broadcast attendee to retrieve information about the current state of the broadcast on the protocol server.

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

 <wsdl:operation name="BroadcastGetData" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointViewingService/IPptViewingService/BroadcastGetData" message="tns4:IPptViewingService_BroadcastGetData_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointViewingService/IPptViewingService/BroadcastGetDataResponse" message="tns4:IPptViewingService_BroadcastGetData_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IPptViewingService_BroadcastGetData_InputMessage request message, and the protocol server MUST respond with an IPptViewingService_BroadcastGetData_OutputMessage response message.