Hi All,
Following soap header is given by client.How I add timestamp in SOAP security block in IRD.
<soapenv:Header>
wsse:Security
<wsu:Timestamp wsu:Id=“”></wsu:Timestamp>
<wsse:UsernameToken wsu:Id=“”>
wsse:Username </wsse:Username>
<wsse:Password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
Regards,
Adnan
terry
December 3, 2015, 6:11pm
2
Unlikely you can customize SOAP Header element created with IRD web access block. The only option I think just manually compose and explcitely provide SOAP envelope content (by using Body parameter in Request parameters list).
That is something where ORS would be useful at
eugene
December 5, 2015, 12:11am
4
Actually you can create custom headers i had a ticket with support on this.
basically create your own string variable xmlbody = ’ your custom headers here’
then in your web service block you simply have literally the name ‘Body’ with your variable as the value.
hope that helps.