3.1.4.4 GetClientAccessToken

The GetClientAccessToken WSDL operation retrieves a client access token.

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

 <wsdl:operation name="GetClientAccessToken" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetClientAccessTokenSoapIn"/>
   <wsdl:output message="tns:GetClientAccessTokenSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the GetClientAccessToken WSDL operation.

 <wsdl:operation name="GetClientAccessToken" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetClientAccessToken" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   <wsdl:input>
     <soap:header message="tns:GetClientAccessTokenSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:input>
   <wsdl:output>
     <soap:body use="literal" parts="GetClientAccessTokenResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:GetClientAccessTokenSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>

The protocol client sends a GetClientAccessTokenSoapIn request WSDL message and the protocol server responds with a GetClientAccessTokenSoapOut response WSDL message.