Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make my web service accept a parameter?
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01040463
Message ID:
01041120
Views:
24
this is what i have now. it crashes on the "createobject" line. i am just testing using weather.com, in production i would be trying to open up URLs hosted by other companies and our own remote web servers.

Procedure GetWeather(m.zipcode) As String
Local loXMLAdapter As Xmladapter
Local lcXMLCustomers As String
loXMLAdapter = Createobject("XMLAdapter")
oIE = Createobject('internetexplorer.application')
[[stuff deleted]]
Endproc
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform