3.1.4.2 DisconnectPhoneCall Operation

The DisconnectPhoneCall operation disconnects a call. The DisconnectPhoneCall operation uses the endpoint specified in [MS-OXDSCLI] section 2.2.4.1.1.2.6.24.<7>

The following is the WSDL port type specification for the operation.

 <wsdl:operation name="DisconnectPhoneCall">
     <wsdl:input message="tns:DisconnectPhoneCallSoapIn" />
     <wsdl:output message="tns:DisconnectPhoneCallSoapOut" />
 </wsdl:operation>

The following is the WSDL binding specification for the operation.

 <wsdl:operation name="DisconnectPhoneCall">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/DisconnectPhoneCall"/>
    <wsdl:input>
       <soap:body parts="request" use="literal"/>
       <soap:header message="tns:DisconnectPhoneCallSoapIn" part="Impersonation" use="literal"/>
       <soap:header message="tns:DisconnectPhoneCallSoapIn" part="MailboxCulture" use="literal"/>
       <soap:header message="tns:DisconnectPhoneCallSoapIn" part="RequestVersion" use="literal"/>
    </wsdl:input>
    <wsdl:output>
       <soap:body parts="DisconnectPhoneCallResult" use="literal"/>
       <soap:header message="tns:DisconnectPhoneCallSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>