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. Recieving posts without a web service

Recieving posts without a web service

Scheduled Pinned Locked Moved C#
csharpjavahtmldatabasewcf
6 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.
  • V Offline
    V Offline
    Vodstok
    wrote on last edited by
    #1

    This is mostly theoretical right now, but I am looking to see if this is possible: I am working on a web application that I want to be able to make available as a back-end to other web applications, but want to allow the ability to accept posts without using a webservice. Just as an example of what I am looking to do, I want to be able to take a regular HTML page with a submit control, and have the web application be able to accept, say, a string, and process that string. (something simple like save it to the database). I am familiar with web services in ASP .Net and will be using them as well, but I am looking to allow this alternate method as well. I have been googling it, but haven had much luck so far because its hard to get search engines to not be so literal :) I am aware of some Java web apps that do this, usually they process XML input.

    ______________________ Oh Hamburgers!

    S E 2 Replies Last reply
    0
    • V Vodstok

      This is mostly theoretical right now, but I am looking to see if this is possible: I am working on a web application that I want to be able to make available as a back-end to other web applications, but want to allow the ability to accept posts without using a webservice. Just as an example of what I am looking to do, I want to be able to take a regular HTML page with a submit control, and have the web application be able to accept, say, a string, and process that string. (something simple like save it to the database). I am familiar with web services in ASP .Net and will be using them as well, but I am looking to allow this alternate method as well. I have been googling it, but haven had much luck so far because its hard to get search engines to not be so literal :) I am aware of some Java web apps that do this, usually they process XML input.

      ______________________ Oh Hamburgers!

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      WebRequest is the easy way.Web services is better, but a little harder to implement. It depends on your application needs.

      Sathesh. Blessed is the season which engages the whole world in a conspiracy of love.

      V 1 Reply Last reply
      0
      • S Sathesh Sakthivel

        WebRequest is the easy way.Web services is better, but a little harder to implement. It depends on your application needs.

        Sathesh. Blessed is the season which engages the whole world in a conspiracy of love.

        V Offline
        V Offline
        Vodstok
        wrote on last edited by
        #3

        Awesome, thank you. I am looking it over right now, and it look slike it is the right direction. Thank you :)

        ______________________ Oh Hamburgers!

        S 1 Reply Last reply
        0
        • V Vodstok

          Awesome, thank you. I am looking it over right now, and it look slike it is the right direction. Thank you :)

          ______________________ Oh Hamburgers!

          S Offline
          S Offline
          Sathesh Sakthivel
          wrote on last edited by
          #4

          Its my pleasure to help.

          Sathesh. Blessed is the season which engages the whole world in a conspiracy of love.

          1 Reply Last reply
          0
          • V Vodstok

            This is mostly theoretical right now, but I am looking to see if this is possible: I am working on a web application that I want to be able to make available as a back-end to other web applications, but want to allow the ability to accept posts without using a webservice. Just as an example of what I am looking to do, I want to be able to take a regular HTML page with a submit control, and have the web application be able to accept, say, a string, and process that string. (something simple like save it to the database). I am familiar with web services in ASP .Net and will be using them as well, but I am looking to allow this alternate method as well. I have been googling it, but haven had much luck so far because its hard to get search engines to not be so literal :) I am aware of some Java web apps that do this, usually they process XML input.

            ______________________ Oh Hamburgers!

            E Offline
            E Offline
            Ennis Ray Lynch Jr
            wrote on last edited by
            #5

            All aspx pages and ashx pages accept post data. What you will be doing, however, is writing duplicate code because it is the exact thing that web services provide for you.

            Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
            Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
            Most of this sig is for Google, not ego.

            V 1 Reply Last reply
            0
            • E Ennis Ray Lynch Jr

              All aspx pages and ashx pages accept post data. What you will be doing, however, is writing duplicate code because it is the exact thing that web services provide for you.

              Need software developed? Offering C# development all over the United States, ERL GLOBAL, Inc is the only call you will have to make.
              Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway
              Most of this sig is for Google, not ego.

              V Offline
              V Offline
              Vodstok
              wrote on last edited by
              #6

              Oh, I am absolutely aware that i will be duplicating my effort with this, it is just about providing options, as well as a healthy dose of preoffesional curiosity. I appreciate both of you giving me actual answers too, as opposed to "just use web services" or "why dont you just use web services?". You have no idea how good it feels to get that on a Monday :D

              ______________________ Oh Hamburgers!

              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