3.1.4.3 BroadcastUnjoinSession

The BroadcastUnjoinSession operation is used to disjoin a protocol client from a broadcast session.

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

 <wsdl:operation name="BroadcastUnjoinSession" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/Broadcast/Server/WebServices/BroadcastParticipantService/IParticipantService/BroadcastUnjoinSession" message="tns:IParticipantService_BroadcastUnjoinSession_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/BroadcastUnjoinSessionResponse" message="tns:IParticipantService_BroadcastUnjoinSession_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends a IParticipantService_BroadcastUnjoinSession_InputMessage request message, and the protocol server MUST respond with a IParticipantService_BroadcastUnjoinSession_OutputMessage response message.