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 6429 - Eventing: Standardize Wrapped Event Sink
Summary: Eventing: Standardize Wrapped Event Sink
Status: CLOSED REMIND
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: Eventing (show other bugs)
Version: FPWD
Hardware: PC Windows 2000
: P2 normal
Target Milestone: ---
Assignee: Li Li
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords: hasProposal
Depends on:
Blocks: 6428
  Show dependency treegraph
 
Reported: 2009-01-14 17:50 UTC by Li Li
Modified: 2009-06-24 00:04 UTC (History)
3 users (show)

See Also:


Attachments

Description Li Li 2009-01-14 17:50:02 UTC
WS-Eventing discusses two delivery formats: unwrapped and wrapped but does not specify a standard WSDL for wrapped event delivery. As the result, an Event Source has to assemble different event notifications for different wrap interfaces, thus negating the benefit of wrapped event delivery.

We propose to define a standard wrapped event sink WSDL as follows:
<definitions 
xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:gsk="http://schemas.xmlsoap.org/ws/2004/08/eventing/generic_sink" 
targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing/generic_sink">
	<types>
	<xs:schema targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing/generic_sink">
	<xs:complexType name="EventType" mixed="true">
	<xs:sequence>
		<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
	</xs:sequence>
	<xs:element name="Notify" type="gsk:EventType" />
	</xs:complexType>
	</xs:schema>
	</types>
	<message name="notifyEvent">
		<part name="parameter" element="gsk:Notify"/>
	</message>
	<portType name="GenericSinkPortType">
		<operation name="NotifyEvent">
			<input message="gsk:notifyEvent"/>
		</operation>
	</portType>
</definitions>
Comment 1 Robert Freund 2009-01-16 00:05:46 UTC
2008-01-15: further discussion to list.
Comment 2 Robert Freund 2009-03-06 03:00:39 UTC
proposl od 2009-02-10 http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Feb/0068.html
Comment 3 Robert Freund 2009-03-10 19:01:39 UTC
Action-35 on Gil
Comment 4 Robert Freund 2009-03-11 10:00:01 UTC
Action-35
proposal at http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Mar/0057.html
Comment 5 Robert Freund 2009-03-11 18:01:59 UTC
Action-42 on Wu
Comment 6 Robert Freund 2009-05-18 19:50:59 UTC
proposal attached to email at http://lists.w3.org/Archives/Public/public-ws-resource-access/2009May/0134.html
Comment 8 Robert Freund 2009-05-19 20:01:02 UTC
resolved on 2009-05-19 with latest proposal