2.2.2.1 AddRequestMessage

The client sends the message AddRequestMessage to request the Create (section 3.1.4.4) operation. AddRequestMessage is defined in [MS-WSTIM] section 3.3.4.1.1.1.

The SOAP action value of the message MUST be:

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

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

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

  
  <wsdl:message name="AddRequestMessage">
     <wsdl:part name="Body" element="da:AddRequest"/>
     <wsdl:part name="operationheader" element="da:IdentityManagementOperation"/>
   </wsdl:message>
  

See section 4.1.1 for an example of message AddRequestMessage.