3.1.4.4 GetPhoneCallInformation Operation
The GetPhoneCallInformation operation gets information about a telephone call. The GetPhoneCallInformation operation uses the endpoint specified in [MS-OXDSCLI] section 2.2.4.1.1.2.6.24.<11>
The following is the WSDL port type specification for the operation.
-
<wsdl:operation name="GetPhoneCallInformation"> <wsdl:input message="tns:GetPhoneCallInformationSoapIn" /> <wsdl:output message="tns:GetPhoneCallInformationSoapOut" /> </wsdl:operation>
The following is the WSDL binding specification for the operation.
-
<wsdl:operation name="GetPhoneCallInformation"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetPhoneCallInformation"/> <wsdl:input> <soap:body parts="request" use="literal"/> <soap:header message="tns:GetPhoneCallInformationSoapIn" part="Impersonation" use="literal"/> <soap:header message="tns:GetPhoneCallInformationSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:GetPhoneCallInformationSoapIn" part="RequestVersion" use="literal"/> </wsdl:input> <wsdl:output> <soap:body parts="GetPhoneCallInformationResult" use="literal"/> <soap:header message="tns:GetPhoneCallInformationSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>