Forum Discussion
Hello Vinod,
We failed to reproduce the problem you describe. The WSDL document you provided is not available.
To help us to reproduce the problem, could you please provide us with a WSDL we would be able to access to call the web service methods?
Also, could you please obtain a response your tested web service generates when you call the problematic method? To obtain the response, please use the WebService.LastResponse method.
For example, you can call the WebService.MobileFish.LastResponse.Save("C:\Response.xml") command in your script to obtain the response and save its content to an XML file:
function countryinfo
dim country1
ainaid="in"
ainaid=aqConvert.VarToStr(ainaid)
' Calls the countryInfoByIana method of the web service
set country1 = WebServices.MobileFish.countryInfoByIana(ainaid)
' Obtains the web service response and saves the response content to an XML file
WebServices.MobileFish.LastResponse.Save("C:\Response.xml")
end function
Please post the content of the web service response here, or send it to our Support Team via the Contact Support web form (please give a link to this thread in the text of the query).
Thanks in advance.