Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 7.0 and SOAP
Message
From
31/01/2002 13:19:48
 
 
To
31/01/2002 13:15:55
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00613039
Message ID:
00613544
Views:
16
This message has been marked as the solution to the initial question of the thread.
>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")

Are you typing this into the command window or a program window? If the program window, you should be getting more code than that. For example, when I type:
LOCAL loO AS fox central web serviced
and hit enter, IntelliSense expands that to
LOCAL loO AS fox central web serviced
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "fox central web serviced"
loO = loWS.SetupClient("http://www.foxcentral.net/foxcentral.wsdl", "foxcentral", "foxcentralSoapPort")
AUtomatically.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform