Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make my web service accept a parameter?
Message
 
À
15/08/2005 15:56:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01040463
Message ID:
01041345
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform