@ripeworks/xrm-api
Version:
Module that allows to invoke Microsoft Dynamics CRM services
16 lines • 711 B
text/xml
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<s:Header>
<a:Action s:mustUnderstand="1">{{action}}</a:Action>
<a:MessageID>urn:uuid:{{messageId}}</a:MessageID>
<a:ReplyTo>
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>
<a:To s:mustUnderstand="1">{{to}}</a:To>
<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
{{security}}
</o:Security>
</s:Header>
<s:Body>
{{body}}
</s:Body>
</s:Envelope>