<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>6401</bug_id>
          
          <creation_ts>2009-01-14 00:05:27 +0000</creation_ts>
          <short_desc>Eventing: Notifications violates WS-I BP</short_desc>
          <delta_ts>2009-09-16 08:16:20 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WS-Resource Access</product>
          <component>Eventing</component>
          <version>FPWD</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>REMIND</resolution>
          
          
          <bug_file_loc>http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Jan/0009.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>hasProposal</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>6430</blocked>
    
    <blocked>6661</blocked>
    
    <blocked>7207</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Doug Davis">dug</reporter>
          <assigned_to name="Doug Davis">dug</assigned_to>
          <cc>bob</cc>
    
    <cc>gilbert.pilz</cc>
          
          <qa_contact name="notifications mailing list for WS Resource Access">public-ws-resource-access-notifications</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>23047</commentid>
    <comment_count>0</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-01-14 00:05:27 +0000</bug_when>
    <thetext>WS-Eventing proposes that the event source define some output-only 
operations for the events it will send, as shown in the following example 
from the spec: 
&lt;wsdl:portType name=&quot;Warnings&quot; wse:EventSource=&quot;true&quot; &gt; 
  &lt;wsdl:operation name=&quot;WindOp&quot; &gt; 
    &lt;wsdl:output message=&quot;tns:WindMsg&quot; /&gt; 
  &lt;/wsdl:operation&gt; 
&lt;/wsdl:portType&gt; 

WS-I Basic Profile R2303 says the following: 
4.5.2 Allowed Operations 
Solicit-Response and Notification operations are not well defined by WSDL 
1.1; furthermore, WSDL 1.1 does not define bindings for them. 

R2303 A DESCRIPTION MUST NOT use Solicit-Response and Notification type 
operations in a wsdl:portType definition. 

Proposal:
Replace this with some WS-Policy that will allow an event source to 
advertise which events will can generate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23130</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-01-15 23:26:19 +0000</bug_when>
    <thetext>2009-01-15: discussed and Gil has action to take up the output only issue at WS-I once more with feeling.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24026</commentid>
    <comment_count>2</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-03-03 12:45:48 +0000</bug_when>
    <thetext>2009-02-17 No member seems to be taking this up with WS-I</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24209</commentid>
    <comment_count>3</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-03-12 14:01:27 +0000</bug_when>
    <thetext>members seem to agree that a practical solution is to shift to imput operations.
Action-48 on Gil, Wu, Dug</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24428</commentid>
    <comment_count>4</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-03-29 22:33:38 +0000</bug_when>
    <thetext>proposal at http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Mar/0127.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24963</commentid>
    <comment_count>5</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-04-28 21:19:21 +0000</bug_when>
    <thetext>Action-61</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25668</commentid>
    <comment_count>6</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-06-23 11:56:59 +0000</bug_when>
    <thetext>*** Bug 6661 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25669</commentid>
    <comment_count>7</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-06-23 11:58:20 +0000</bug_when>
    <thetext>2009-06-11 Issue 6661 is merged with this issue.
Text from 6661 is as follows:
Appendix I of the WS-Eventing Member Submission, &quot;Service Metadata for
Eventing&quot;, is incomplete in a number of areas. Firstly it does not indicate how
an Event Sink is expected to derive the binding details for the Notifications.
Will the Notifications be sent as RPC/Encoded, Doc/Literal? Will the
Notifications be sent using SOAP 1.1 or SOAP 1.2? Secondly, the relationship
between the &quot;endpoint reference for the event source&quot; and the annotated
portType is unclear. One might think that the &quot;endpoint reference for the event
source&quot; is equivalent to the wsdl:port that implements a binding of the
annotated portType, but this conjecture is not supported by any text or
example.

&quot;Service Metadata for Eventing&quot; is also technically incorrect in that it
requires Event Sources to process a WSDL containing output-only operations in
order to generate the code necessary to correctly process and dispatch
Notification messages which is a violation of BP 1.1 R2303. While one could
argue about the relevance of WS-I profiles to infrastructure-level protocols,
it is clear that creation of Notification handlers is, in this context, an
application-level activity as the type and structure of Notifications is driven
by the application and not WS-Eventing.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26020</commentid>
    <comment_count>8</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-07-21 13:35:26 +0000</bug_when>
    <thetext>Proposal at http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Jul/0046.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26664</commentid>
    <comment_count>9</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-08-25 20:31:05 +0000</bug_when>
    <thetext>proposal at http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Aug/att-0057/wseventing_6401-6.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26665</commentid>
    <comment_count>10</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-08-25 20:35:43 +0000</bug_when>
    <thetext>Amended proposal at: 
http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Aug/att-0061/ws-eventing-6401-6-dug2.doc</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26666</commentid>
    <comment_count>11</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-08-25 20:41:45 +0000</bug_when>
    <thetext>proposal at http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Aug/att-0061/ws-eventing-6401-6-dug2.doc
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26775</commentid>
    <comment_count>12</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-09-01 19:56:12 +0000</bug_when>
    <thetext>proposal at http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Sep/att-0004/ws-eventing-6401-6-dug5.doc
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26791</commentid>
    <comment_count>13</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-09-02 08:38:13 +0000</bug_when>
    <thetext>2009-09-01 resolved with comment 12</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>