3.3.4.4.8.9 Resource Context Server Format Error

If the client sends a request with a ResourceContextServer element that does not conform to the specification in section 3.3.4.4.2.6, then the server MUST return a SOAP fault with a GetADPrincipalGroupMembershipFault fault subcode.<27> The fault detail SHOULD be as specified in the following table.

Field

Value

[Code]

soapenv:Receiver

[Subcode]

GetADPrincipalGroupMembershipFault

[Action]

http://schemas.microsoft.com/2008/1/ActiveDirectory/Data/fault

[Reason]

Active Directory returned an error processing the operation.

[Detail]

 <soapenv:Detail>
     <GetADPrincipalGroupMembershipFault
       xmlns="http://schemas.microsoft.com/2008/1/ActiveDirectory/CustomActions"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ArgumentError>
         <Message>...</Message>
         <ParameterName>...</ParameterName>
         <ShortMessage>...</ShortMessage>
       </ArgumentError>
       <DirectoryError xsi:nil="true"></DirectoryError>
       <Error xsi:nil="true"></Error>
       <ShortError xsi:nil="true"></ShortError>
     </GetADPrincipalGroupMembershipFault>
 </soapenv:Detail>