3.1.4.1.3.3 ad:InvalidPropertyFault

Server implementations SHOULD reject the Enumerate request and return the following fault when any selection or sorting property specified in the Enumerate request is not a valid directory attribute. Fault detail SHOULD contain the invalid selection or sorting property present in the Enumerate request.

SOAP Element

Value

[Code]

soapenv:Sender

[Subcode]

ad:InvalidPropertyFault

[Action]

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

[Reason]

Sorting or selection property is invalid.

[Details]

<soapenv:Detail>

<ad:EnumerateFault>

<ad:Error>Selection or Sort property's value is not a valid directory attribute. (OR Selection or Sort property's syntax is not valid with respect to the dialect.)</ad:Error>

<ad:ShortError>InvalidPropertyValueDetail(OR InvalidPropertySyntaxDetail)</ad:ShortError>

<ad:InvalidProperty>Invalid property</ad:InvalidProperty>

</ad:EnumerateFault>

</soapenv:Detail>