XML listener

duffbeermmm

New member
Joined
Jul 28, 2003
Messages
3
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.
 
? what do you mean listens for an xml file.

New to all this too so excuse the stupid question:)
 
Originally posted by hog
? 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
 
Back
Top