Dear Scn Guys,
I have requirement to add data to below in the Soap header part using a XSLT file.
Can somebody help me with the requirement.
<SOAP-ENV:Header xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsa="http://www.w3.org/2005/08/addressing"xmlns:#### ="http://www.####.ca/fw/serviceHeaders">
<wsa:To/>
<wsa:From>
<wsa:Address/>
</wsa:From>
<wsa:ReplyTo>
<wsa:Address/>
</wsa:ReplyTo>
<wsa:FaultTo>
<wsa:Address/>
</wsa:FaultTo>
<wsa:Action/>
<wsa:MessageID/>
<wsse:Security xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsu:Timestamp>
<wsu:Created>2016-3-4T11:49:7</wsu:Created>
<wsu:Expires/>
</wsu:Timestamp>
<wsse:UsernameToken>
<wsse:Username/>
<wsse:Password/>
<wsse:Nonce/>
</wsse:UsernameToken>
</wsse:Security>
<nbfgh:serviceContext>
<clientCode/>
<partnerCode/>
<userProfile/>
<locale/>
<prevMsgId/>
</nbfgh:serviceContext>
<nbfgh:executionMode>
<mockWhere/>
<mockType/>
</nbfgh:executionMode>
</SOAP-ENV:Header>
Regards
S Tomar