Hi,
I've requirement to insert timestamps in request XML. please suggest steps/options/filters to do?
for example
Request XML:
<xml>
<timestamp></timestamp>
</xml>
output should be
<xml>
<timestamp>2006-05-04T18:13:51.0Z</timestamp>
</xml>
Regards,
Ganesh