Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listen to port 80
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00975220
Message ID:
00975257
Vues:
13
>I need to create a web service or some code to listen to port 80 and suck in a XML file. Any ideas? TIA!

Is the XML file out on the internet? What do mean by "Listen"? If you have a URL to the file, you can use this code.
ox=CREATEOBJECT("Microsoft.xmlhttp")
ox.open("post","http://www.MyDomain.com/MyXMLFile.xml",.f.)
ox.send()
lcXML = ox.responseText
This will suck the XML file into the variable lcXML.

Hope it helps.
Greg Reichert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform