Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make my web service accept a parameter?
Message
De
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:
01041120
Vues:
23
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