2.2.2.3 BaseObjectSearchRequestMessage

The client sends the message BaseObjectSearchRequestMessage to request the Get operation (section 3.1.4.1). The message BaseObjectSearchRequestMessage is defined in [MS-WSTIM] section 3.2.4.1.1.1.

The SOAP action value of the message MUST be:

  
 http://schemas.xmlsoap.org/ws/2004/09/transfer/Get

The SOAP header MUST include the element da:IdentityManagementOperation. The element da:IdentityManagementOperation is defined in [MS-WSTIM] section 2.2.3.6.

As an extension to [MS-WSTIM], the SOAP header MUST include the element rm:ResourceReferenceProperty, defined in section 2.2.3.22.

The SOAP body MUST include the element da:BaseObjectSearchRequest. The extension to [MS-WSTIM] of element da:BaseObjectSearchRequest is defined in section 2.2.3.5.

  
  <wsdl:message name="BaseObjectSearchRequestMessage">
     <wsdl:part name="Body" element="da:BaseObjectSearchRequest"/>
     <wsdl:part name="operationheader" element="da:IdentityManagementOperation"/>
   </wsdl:message>
  

See section 4.2.1 for an example of message BaseObjectSearchRequestMessage.