RE: [xml-dev] Categories of Web Service messages: data-oriented v s action-oriented

From
Michael Brennan <>
To
"'Roger L. Costello'" <>,
Date
2002-02-05T21:24:50Z
ID
<D7155AD41ECFD511AF4A00B0D0202CB51DFD20@MAILHOST>
Thread
RE: [xml-dev] Categories of Web Service messages: data-oriented v s action-oriented
> From: Roger L. Costello [mailto:]

<snip/>

> The disadvantage of this approach:
> 
> a. It may be difficult to specify different actions on different parts
> of the data.  Any suggestions on how to do this? 

Sprinkle "action" elements appropriately within the message body. If you are
intent on keeping the actions and data structures separate, put them in
different namespaces and design modular schemas for them that permits you to
intermix them in an appropriate manner.