Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: JLW Smith
  Where is JLW Smith?
 
 United Kingdom
 JLW Smith
 To: JLW Smith
  Where is JLW Smith?
 
 United Kingdom
 JLW Smith
 Tags
Subject: RE: Web Service Distrib
Thread ID: 233341 Message ID: 233377 # Views: 31 # Ratings: 0
Version: Visual FoxPro 8 Category: Web Services
Date: Wednesday, July 01, 2009 10:00:33 PM         
   


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...

**



COMPLETE THREAD
Web Service Distrib Posted by JLW Smith @ 7/1/2009 5:22:31 PM
RE: Web Service Distrib Posted by JLW Smith @ 7/1/2009 10:00:33 PM
RE: Web Service Distrib Posted by JLW Smith @ 7/2/2009 1:07:02 PM
RE: Web Service Distrib Posted by Samir Ibrahim @ 7/2/2009 4:55:29 PM