← Prev in month ← Prev in thread

Re: [xml-dev] Categories of Web Service messages: data-oriented vs action-oriented

From
Paul Prescod <>
To
Date
2002-02-06T05:44:36Z
ID
<>
Thread
Re: [xml-dev] Categories of Web Service messages: data-oriented vs action-oriented
Michael Kay wrote:
> 
> > > With a data-only message, how would you send a delete request?
> >
> > You send a delete request to the URI that represents the
> > thing you want
> > not to exist anymore. HTTP has a method for this but of
> > course you could
> > use a SOAP method call or whatever.
> 
> Exactly. It's not a data-only message, it's data with an action attached to
> it. I prefer where possitble to represent the action as part of the message
> rather than as part of the protocol at the next level down the protocol
> stack.

I think that we are on different wavelengths. What data does a DELETE
message need? You have a URI for the object you want to delete, you just
delete it.

 Paul Prescod
← Prev in month ← Prev in thread