This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 9655 - Eventing: need a NotifyToSupported parameter
Summary: Eventing: need a NotifyToSupported parameter
Status: CLOSED WONTFIX
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: Eventing (show other bugs)
Version: LC
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Doug Davis
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-04 18:00 UTC by Doug Davis
Modified: 2010-06-01 13:57 UTC (History)
0 users

See Also:


Attachments

Description Doug Davis 2010-05-04 18:00:17 UTC
Since wse:NotifyTo is an optional element in Subscribe, the
event source needs a way to indicate that it supports that particular
delivery mechanism.

proposal:
add the following to the policy section of wseventing:

wse:EventSource/wse:NotifyToSupported
    When present, this OPTIONAL parameter indicates support for the wse:NotifyTo element.

add a new "NotifyToNotSupported" fault:
This fault MUST be generated by an event source that does not support /wse:Subscribe/wse:Delivery/wse:NotifyTo semantics, in response to a subscription request that contains a wse:NotifyTo element.
[Code]	        s12:Sender
[Subcode]       wse:NotifyToNotSupported
[Reason]        wse:NotifyTo semantics is not supported.
[Detail]        none