3.1.4.2 GetPersona
The GetPersona WSDL operation retrieves a persona.
The following is the WSDL port type specification of the GetPersona WSDL operation.
-
<wsdl:operation name="GetPersona" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:GetPersonaSoapIn"/> <wsdl:output message="tns:GetPersonaSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the GetPersona WSDL operation.
-
<wsdl:operation name="GetPersona" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetPersona" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <wsdl:input> <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetPersonaSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetPersonaSoapIn" part="Impersonation" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:input> <wsdl:output> <soap:body use="literal" parts="GetPersonaResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetPersonaSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:output> </wsdl:operation>
The protocol client sends a GetPersonaSoapIn request WSDL message and the protocol server responds with a GetPersonaSoapOut response.