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:
01041345
Views:
23
I belive (but I am not sure), you cannot use IE in Web Services, because it has User's Interface.
Try my example from the previously post or visit this example:

http://www.capescience.com/webservices/globalweather/GWFoxpro.html

or main page:

http://www.capescience.com/webservices/globalweather/index.shtml

May be it helps... You can use it directly in your customer's programm, as your company does not produce weather forecast :)


>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