4.1.2 SOAP AddResponseMessage

 <s:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope"
 xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement">
     <s:Header>
         <wsa:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2004/09/transfer/CreateResponse</wsa:Action>
         <wsa:RelatesTo>urn:uuid:0ad4aa5a-80d2-4afb-a7ba-718b93dc1f53</wsa:RelatesTo>
     </s:Header>
     <s:Body>
         <ResourceCreated xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/ws/2004/09/transfer">
             <wsa:EndpointReference>
                 <Address>http://127.0.0.1:5725/ResourceManagementService/Resource</Address>
                 <wsa:ReferenceProperties>
                     <rm:ResourceReferenceProperty>urn:uuid:fa14aafd-d74b-4833-bd94-94c96ee1b278</rm:ResourceReferenceProperty>
                 </wsa:ReferenceProperties>
             </wsa:EndpointReference>
         </ResourceCreated>
     </s:Body>
 </s:Envelope>