3.1.4.2.1.2 GetPersonaSoapOut
The GetPersonaSoapOut WSDL message specifies the response to the GetPersonaSoapIn request WSDL message.
The following is the GetPersonaSoapOut WSDL message specification.
-
<wsdl:message name="GetPersonaSoapOut" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:part name="GetPersonaResult" element="tns:GetPersonaResponseMessage"/> <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/> </wsdl:message>
The GetPersonaSoapOut WSDL message is the output message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/GetPersona.
The parts of the GetPersonaSoapOut WSDL message are described in the following table.
Part name |
Element/type |
Description |
---|---|---|
GetPersonaResult |
GetPersonaResponseMessage
|
Specifies the SOAP body of the response that contains the requested information. |
ServerVersion |
ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10) |
Specifies a SOAP header that identifies the server version for the response. |
A successful GetPersona WSDL operation request returns a GetPersonaResponseMessage element with the ResponseClass (as specified in [MS-OXWSCDATA] section 2.2.4.67) attribute set to "Success". The ResponseCode (as specified in [MS-OXWSCDATA] section 2.2.4.67) element of the GetPersonaResponseMessage element is set to "NoError".
If the GetPersona operation is not successful, it returns a GetPersonaResponseMessage element with the ResponseClass (as specified in [MS-OXWSCDATA] section 2.2.4.67) attribute set to "Error". The ResponseCode (as specified in [MS-OXWSCDATA] section 2.2.4.67) element of the GetPersonaResponseMessage is set to one of the common error codes defined in [MS-OXWSCDATA] section 2.2.5.24.