2.2.2.12 ModifyRequestMessage
The client sends the message ModifyRequestMessage to request the Put operation (section 3.1.4.2). The message ModifyRequestMessage is defined in [MS-WSTIM] section 3.2.4.2.1.1.
The SOAP action value of the message MUST be:
-
http://schemas.xmlsoap.org/ws/2004/09/transfer/Put
The SOAP header MUST include the element da:IdentityManagementOperation, defined in [MS-WSTIM] section 2.2.3.6.
The SOAP header MUST include the element rm:ResourceReferenceProperty, defined in section 2.2.3.22.
-
<wsdl:message name="ModifyRequestMessage"> <wsdl:part name="Body" element="da:ModifyRequest"/> <wsdl:part name="operationheader" element="da:IdentityManagementOperation"/> <wsdl:part name="operationheader" element="rm:ResourceReferenceProperty"/> </wsdl:message>
The SOAP body MUST include the element da:ModifyRequest. The extension to [MS-WSTIM] of element da:ModifyRequest is defined in section 2.2.3.15.
See section 4.3.1 for an example of message ModifyRequestMessage.