There will be some scenarios where VSE request need to be modified before going to the LIVE system (LIVE Invocation step). This article will provide information on how to achieve it.
For example, below is the sample request hitting the VS.
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<getTransactions xmlns="http://ejb3.examples.itko.com/">
<accountId xmlns="">1313094687566198</accountId>
<from xsi:type="xsd:dateTime" xmlns="">2011-08-04T20:35:37.660Z</from>
<to xsi:type="xsd:dateTime" xmlns="">2011-08-11T20:35:37.660Z</to>
</getTransactions>
</soapenv:Body>
</soapenv:Envelope>
When the request go to LIVE system the value "1313094687566198" need to be changed to "2567123476542345".
All supported DevTest releases.
N/A