Has anybody any thoughts on this?
Basically I can use:
loWSHandler = Newobject("WSHandler",Iif(Version(2)=0,"",Home()+"FFC\")+"_ws3client.vcx")
Without problems, however my next line:
loservicename = loWSHandler.SetupClient("https://www.myaddress.com/myservicetype.asmx?wsdl", "ReporterProg", "ReporterprogSoap")
It's this second line (I have had to change the exact name and URL, but you see the core)
Foxpro8 sits there with the status bar saying "Attempting to Connect to XML Web Service.."
and returns without creating the object "loservicename". This works on my devel PC, not the customers and not my new laptop.
Whats missing ????
Thanks
** Edit: On my devel PC I can use the task pane to register the service, all OK. On the laptop Foxpro sits there for about 5 minutes...
**