[Home] [By Thread] [By Date] [Recent Entries]


> Consider these two examples;
> 
> POST some-uri HTTP/1.0
> Content-Type: application/xml
> [blank line]
> <number>3<number>
> 
> and
> 
> POST some-uri HTTP/1.0
> Content-Type: application/xml
> [blank line]
> <add>
> <number>3<number>
> </add>

In the first example, the action is implied by some-uri.  Your second 
example shows SOAP RPC, where the action is specified by an element. 
Your first example could be a SOAP "doc/literal" approach.

This isn't a REST issue.
	/r$


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member