Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. HTTP Listener

HTTP Listener

Scheduled Pinned Locked Moved C#
databaseoraclesysadminxmlquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tridith
    wrote on last edited by
    #1

    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.

    S 1 Reply Last reply
    0
    • T Tridith

      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.

      S Offline
      S Offline
      Stefan Prodan
      wrote on last edited by
      #2

      You can do it in .NET really easy. All you need to do is a Web Service, the site will call a method on that web service and pass the data, and then the web service will insert into Oracle.

      T 1 Reply Last reply
      0
      • S Stefan Prodan

        You can do it in .NET really easy. All you need to do is a Web Service, the site will call a method on that web service and pass the data, and then the web service will insert into Oracle.

        T Offline
        T Offline
        Tridith
        wrote on last edited by
        #3

        How do you do this?? Can you make it so that an automatic method is called all the time. I cant make the server call a method. all I can do is enter in the address of my server and that is what the other server will send the XML file too. I know usually you need to call a method, but is it possible to have it call a default method or somehting like that? Any Ideas?? Thanks all.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups