4.3.2 GetServiceConfiguration Operation Error Response

The following example shows the error response that occurs when the user specified in the ActingAs element of the GetServiceConfigurationType complex type, as described in section 3.1.4.1.3.19, is not found in the directory.

 <?xml version="1.0" encoding="utf-8"?>
 <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Header>
     <h:ServerVersionInfo MajorVersion="14"
                          MinorVersion="0"
                          MajorBuildNumber="482"
                          MinorBuildNumber="17"
                          Version="Exchange2010"
                          xmlns:h="http://schemas.microsoft.com/exchange/
                              services/2006/types"
                          xmlns="http://schemas.microsoft.com/exchange/
                              services/2006/types"
                          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                          xmlns:xsd="http://www.w3.org/2001/XMLSchema"/>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
       xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <GetServiceConfigurationResponse ResponseClass="Error" 
         xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
       <MessageText>The ActingAs parameter does not match a user in the 
           directory.</MessageText>
       <ResponseCode>ErrorInvalidArgument</ResponseCode>
       <DescriptiveLinkKey>0</DescriptiveLinkKey>
     </GetServiceConfigurationResponse>
   </s:Body>
 </s:Envelope>