This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Section 3 says: - - - - - - - - - - - - - Optionally, the data source MAY return an updated enumeration context in the Pull response; when present, this new enumeration context SHOULD replace the old one on the consumer, and SHOULD be passed to the data source in all future responses until and unless the data source again returns an updated enumeration context. Consumers SHOULD NOT reuse old enumeration contexts that have been replaced by the data source. Using a replaced enumeration context in a Pull response MAY yield undefined results, including being ignored or generating a fault. - - - - - - - - - - - - - (Note: the word "responses" in the first para should be "requests") And then in section 3.2 it says: - - - - - - - - - - - - - [Body]/wsen:PullResponse/wsen:EnumerationContext The OPTIONAL EnumerationContext element, if present, contains a new XML representation of the current enumeration context. The consumer is required to replace the prior representation with the contents of this element. - - - - - - - - - - - - - Its not clear how strongly the spec mandates that the new enum context be used in place of the old one. The SHOULDs seem to contradict the "required" in the PullResponse. Proposal: remove this ambiguity by mandating that the new Enum Context MUST be used by changing the text in section 3 with: - - - - - - - - - - - - - Optionally, the data source MAY return an updated enumeration context in the Pull response; when present, this new enumeration context MUST replace the old one on the consumer, and MUST be passed to the data source in all future requests until and unless the data source again returns an updated enumeration context. Consumers MUST NOT reuse old enumeration contexts that have been replaced by the data source. Using a replaced enumeration context in a Pull response might yield undefined results, including being ignored or generating a fault. - - - - - - - - - - - - - and replace the text in the PullResponse with: The consumer MUST replace the prior representation with the contents of this element.
Joint proposal for 8070, 8071, 8072: http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Nov/0025.html
Created attachment 780 [details] latest proposal
Created attachment 781 [details] even newer one
Agreed with proposal: http://www.w3.org/Bugs/Public/attachment.cgi?id=781