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. XML / XSL
  4. web application with XML

web application with XML

Scheduled Pinned Locked Moved XML / XSL
questioncsharpasp-netxml
3 Posts 3 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.
  • A Offline
    A Offline
    ashwika49
    wrote on last edited by
    #1

    I want to write a web application (application A) containing XML file . This web application will be invoked from an HTTP request (from another application - application B) . Application A should then send the XML file to Application B and return back to Application A with returned data . My first task is how do I create the XML - But I'm not sure how I go about doing it ??? using ASP.net???

    M M 2 Replies Last reply
    0
    • A ashwika49

      I want to write a web application (application A) containing XML file . This web application will be invoked from an HTTP request (from another application - application B) . Application A should then send the XML file to Application B and return back to Application A with returned data . My first task is how do I create the XML - But I'm not sure how I go about doing it ??? using ASP.net???

      M Offline
      M Offline
      Muhammad Mazhar
      wrote on last edited by
      #2

      I am not clear. You are asking about creating XML but you didn't told what sort of data actually XML file will contain. I mean this is this file will be some serialized form of an object used for message passing or it could contain any data that you want to upload. Any how if you do have the XML file and want to post it webapplication you will need to make use of HttpWebRequest and HttpWebResponse. First create some generic handler in you web app and then create and post XML file contents via HttpWebRequest. Process contents in handler and return some suitable desired response. For example codes try googling or use code project search for "Posting Data via HttpWebRequest" keyword.

      Share your experience with others Check my Blog...

      1 Reply Last reply
      0
      • A ashwika49

        I want to write a web application (application A) containing XML file . This web application will be invoked from an HTTP request (from another application - application B) . Application A should then send the XML file to Application B and return back to Application A with returned data . My first task is how do I create the XML - But I'm not sure how I go about doing it ??? using ASP.net???

        M Offline
        M Offline
        Mike Ellison
        wrote on last edited by
        #3

        A little more context would help. Are you familiar with XML? Have you worked with XML before?

        MishaInTheCloud.blogspot.com

        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