3.1.4.3 BroadcastPutData

The BroadcastPutData operation is used by the protocol client to modify the current state of the broadcast session on the protocol server.

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

 <wsdl:operation name="BroadcastPutData" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:BroadcastPutDataSoapIn"/>
   <wsdl:output message="tns:BroadcastPutDataSoapOut"/>
 </wsdl:operation>

The protocol client sends a BroadcastPutDataSoapIn request message, as specified in section 3.1.4.3.1.1, and the protocol server MUST respond with a BroadcastPutDataSoapOut response message, as specified in section 3.1.4.3.1.2.