Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 7.0 and SOAP
Message
De
31/01/2002 13:15:55
 
 
À
30/01/2002 17:44:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00613039
Message ID:
00613541
Vues:
16
>>After that, my object 'lo' show nothing more than before when a put the .
>
>Yep, thats correct. Intellisense isn't smart enough to work on the soapclient COM object (since the interface changes after the WSDL is loaded).
>
>You can make it work in VFP7 simply though. Go to Tools > IntelliSense Manager, go to the types tab and hit the "Web Services..." button. Put the URL to the WSDL in the appropriate box and "realtime web service" in the name. Then, if you go to a program window (not the command window, you need to do a modi comm or something) and do:
>
>
LOCAL loO AS realtime web service
>
>And hit enter. It will create some code for you, and when you hit loO. you will see its methods.


I try this and it's does'nt work. But, i see the method of the web service.

LOCAL loO AS realtime web service
loO.getRTquote("IBM")

getRTquote is the only methods available.

This is the error : loO is not a object
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform