flintstone42
Programmer
I am trying to access to web service in VFP useing the
follwing code:
oProxy = CREATEOBJECT("MSSOAP.SoapClient")
oProxy.MSSoapInit("
On a Windows XP machine (with .net framework installed)
I get "Unspecified error" when run the first time.
If I rerun the program a second time it works.
On a Windows 98 and Millenium machine (with .net framework installed)
I get "Unspecified error" ever time I run this on a 98 or millenim.
I get the same problem if I use
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "ebaypricewatcher"
oProxy = loWS.SetupClient(" "eBayWatcherService", "eBayWatcherPort")
It does not seem to matter which web service or method I use
Any Ideas?
follwing code:
oProxy = CREATEOBJECT("MSSOAP.SoapClient")
oProxy.MSSoapInit("
On a Windows XP machine (with .net framework installed)
I get "Unspecified error" when run the first time.
If I rerun the program a second time it works.
On a Windows 98 and Millenium machine (with .net framework installed)
I get "Unspecified error" ever time I run this on a 98 or millenim.
I get the same problem if I use
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "ebaypricewatcher"
oProxy = loWS.SetupClient(" "eBayWatcherService", "eBayWatcherPort")
It does not seem to matter which web service or method I use
Any Ideas?