- From: Ram Jeyaraman <Ram.Jeyaraman@microsoft.com>
- Date: Sat, 2 Jan 2010 19:02:57 +0000
- To: "public-ws-resource-access@w3.org" <public-ws-resource-access@w3.org>
For the Put operation: The Insert mode should add new items, Delete mode should remote items, and Replace should modify existing items.
Along the same lines, if a Replace is operated on a non-existent item, then a fault should be raised.
-----Original Message-----
From: public-ws-resource-access-notifications-request@w3.org [mailto:public-ws-resource-access-notifications-request@w3.org] On Behalf Of bugzilla@wiggum.w3.org
Sent: Wednesday, November 04, 2009 3:34 PM
To: public-ws-resource-access-notifications@w3.org
Subject: [Bug 8193] Fragment: Replace mode could be clearer
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8193
--- Comment #1 from Doug Davis <dug@us.ibm.com> 2009-11-04 23:34:08 --- Frag says:
--
[Body]/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/2009/09/ws-fra/Modes/Replace"
When the Mode attribute is set to a value of "http://www.w3.org/2009/09/ws-fra/Modes/Replace" the resource representation specified within the Value element MUST replace the entire resource representation referenced by the children of the Expression element, if it exists.
--
While its implied that if the Expression points to something that doesn't exist it should just add it, we need to make it clear.
Proposal:
Add to the end of the above text add:
--
If it doesn't exist then the Value is simply added to the resource representation.
--
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: ------- You are the QA contact for the bug.
You are the assignee for the bug.
Received on Saturday, 2 January 2010 19:03:23 UTC