What I need to do....
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I need a program that will run on a server that will be sitting idle waiting for a website to send it an xml file. when the xml file gets sent to the server I need to parse the xml file and insert some of the data into a oracle database. The program needs to be a http listener. the xml file will be small. Where do I start for making this program? Does anyone know if Oracle has a function like this built into it? Thanks all.