midrange.com code scratchpad
Name:
HTTP API soap message
Scriptlanguage:
Plain Text
Tabwidth:
4
Date:
08/28/2014 04:23:09 pm
IP:
Logged
Description:
corrected SOAP message
Code:
  1.        SOAP =
  2.        '<soapenv:Envelope'
  3.        +' xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"'
  4.        +' xmlns:ns="http://www.restfulwebservices.net/ServiceContracts/2008/'
  5.        +'01">'
  6.        +'<soapenv:Header/>'
  7.        +'<soapenv:Body>'
  8.        +'<ns:GetConversionRate>'
  9.        +'<ns:FromCurrency>'+ %trim(Country1) +'</ns:FromCurrency>'
  10.        +'<ns:ToCurrency>'+ %trim(Country2) + '</ns:ToCurrency>'
  11.        +'</ns:GetConversionRate>'
  12.        +'</soapenv:Body>'
  13.        +'</soapenv:Envelope>';
© 2004-2019 by midrange.com generated in 0.005s valid xhtml & css