Hi,I am calling a web service function from my PDF document, but the
problem is that function doesn't receive the input parameter. I have
even tried this with a webservice available on internet and facing the
same problem.Please look the code below where my PDF document is
interacting with the web services on internet:var strURL =
"http://www.webservicex.net/globalweather.asmx?wsdl";var service =
SOAP.connect(strURL);var CountryName = {soapType:
"xsd:string",soapValue: "Australia"};var result =
...