> 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