paulvinders
6 years agoContributor
Calling webservices
Hi, w're calling urls in the appserver in the following way: function verifyUrl(url) { var httpObj = Sys.OleObject("MSXML2.ServerXMLHTTP.6.0"); httpObj.open("GET", url, true); httpObj.s...