Well it doesn't sound like I need REST. I need to be able to receive an XML post and return feedback syncronously.
Am I making this too hard for myself? How do I create a service/page that receives HTTP Post. Notes: Visual Studios 2005/ C# We have a SOAP service currently running. I need to support both (SOAP/ HTTP Post) Thanks much! ~Gina_M~ On Jun 30, 1:06 am, NaeiKinDus <[email protected]> wrote: > A REST server allows HTTP POST aswell. > The question should be : "What is the difference between a SOAP server > and a REST server". Which is basically, if I'm not wrong, the way > requests are handled (I believe SOAP is an RPC server). A RESTful > server handles requests using the CRUD scheme (Create, Read, Update, > Delete). > Create: POST > Read: GET > Update: PUT > Delete: DELETE > > On Jun 29, 5:50 pm, Gina_Marano <[email protected]> wrote: > > > > > I have a soap page. Is there a way to support HTTP Post (synchronous) > > as well. > > > Other question... Difference between a web server that accepts HTTP > > Post and a REST server? > > > I am all new to ASP.Net so please forgive me. > > > ~Gina_M~- Hide quoted text - > > - Show quoted text -
