Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Samir Ibrahim
  Where is Samir Ibrahim?
 Chekka
 Lebanon
 Samir Ibrahim
 To: JLW Smith
  Where is JLW Smith?
 
 United Kingdom
 JLW Smith
 Tags
Subject: RE: Web Service Distrib
Thread ID: 233341 Message ID: 233450 # Views: 25 # Ratings: 0
Version: Visual FoxPro 8 Category: Web Services
Date: Thursday, July 02, 2009 4:55:29 PM         
   


> In addition to the below, I also pasted Google's WSDL into the Web services wizard and it does the same, it just sit's there and errors eventually
>
> "Error generating intellisense scripts. Check for a valid WSDL URL location or invalid WSDL content. The WSDL may also have been in use - try regenerating the XML web service files again"
>
> So no service address appear to work....
>
> help!
>
> > 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...
> >
> > **
>
>
>
> Thanks!
>
> JLW


This is just a wild guess.

- Is VFP8 Dll installed on client PC?
- Install SOAP 3.0
- Install XML 4.0

Samir Ibrahim



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