Hello there,How to make web service in xdp file work after the xdp file
is converted to HTML form? For example, the xdp contains javascripts (or
use ConnectionSet) to call web serviceform1.#subform[0].Button1::click -
(JavaScript, server) var countryTextField = "AFK"; var cURL =
"http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL";
SOAP.wireDump = false; var service = SOAP.connect(cURL); var Input =
{sCountryISOCode:countryTextField}; var result =
service.FullCou...