duffbeermmm Posted August 11, 2003 Posted August 11, 2003 I am trying to implement an XML listener that listens for an XML file and performs a certain task. Does anyone know any good sites or information on where I should begin? have little experience with internet programming in vb. Quote
duffbeermmm Posted August 28, 2003 Author Posted August 28, 2003 (edited) try this Edited August 28, 2003 by duffbeermmm Quote
hog Posted August 28, 2003 Posted August 28, 2003 ? what do you mean listens for an xml file. New to all this too so excuse the stupid question:) Quote My website
duffbeermmm Posted August 28, 2003 Author Posted August 28, 2003 ? what do you mean listens for an xml file. New to all this too so excuse the stupid question:) I have more or less written one now just have a few bugs to fix.. What I need is a server application that sits and listens on a certain port for files being sent to it. It only accepts xml files and then these xml files will then interact with a database after being modified with with some SQL for example. A lot of different applications will be interacting with the database so instead of writing code to apply SQL to different languages e.g. ASP, VB, C++ code is simply written to apply the SQL to the XML which saves a lot coding!!!!:D :D Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.