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~
