VFP8 - Used WSHandler to setup a client and access data. Works fine on the
development machine (both exe and dev environment). The
WSHandler.Setup Client method (of _ws3client.vcx) fails to return an object
when run on another machine on the same LAN
loWSHandler =
NEWOBJECT("WSHa ndler",IIF(VERS ION(2)=0,"",HOM E()+"FFC\")+"_w s3client.vcx")
loDataAccess = loWSHandler.Set upClient("(some valid url).asmx?wsdl" ,
"DataAccess ", "DataAccessSoap ")
Any idea why it works it works on one machine and not another - I get no
error message
development machine (both exe and dev environment). The
WSHandler.Setup Client method (of _ws3client.vcx) fails to return an object
when run on another machine on the same LAN
loWSHandler =
NEWOBJECT("WSHa ndler",IIF(VERS ION(2)=0,"",HOM E()+"FFC\")+"_w s3client.vcx")
loDataAccess = loWSHandler.Set upClient("(some valid url).asmx?wsdl" ,
"DataAccess ", "DataAccessSoap ")
Any idea why it works it works on one machine and not another - I get no
error message
Comment