Re: [xml-dev] What does SOAP really add?

From
Didier PH Martin <>
To
Mark Baker <>, Joshua Allen <>
Date
2002-04-23T18:47:43Z
ID
<02e101c1eaf7$5b9d9440$6401a8c0@didierhome>
Thread
Re: [xml-dev] What does SOAP really add?
Hi Mark,

Mark said:
> You can't easily use POST to retrieve stuff, because;
>
> - all "stuff" needs a URI to identify it, and
> - you shouldn't have to know any "secret incantation" to put in the POST
> body to get that resource to respond.

Didier replies:
OK Mark if we stick to using solely the HTTP GET method then we need to
create a URI sufficiently flexible to allow the formulation of rich queries.
URLs are a complete breakdown on this matter.

This will be a necessary and sufficient condition to offer a good
alternative to the actual practice to use the HTTP POST method as a document
fetch invocation.

cheers
Didier PH Martin