Hi,
How do we decalre the request data in the options while using url open in gateway script and the request data is stored in a variable called xmlrequest.
Secondly should we use response.ReadasXML or Buffer to read the xml response?
var options = {
target: url,
method: 'POST',
contentType: 'application/xml',
sslClientProfile: 'api-sslcli-all',
timeout: 3,
data: $xmlrequest?
#DataPower#Support#SupportMigration