<?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>6400</bug_id>
          
          <creation_ts>2009-01-14 00:04:43 +0000</creation_ts>
          <short_desc>Eventing-SubscriptionEnd violates WS-I BP</short_desc>
          <delta_ts>2009-04-21 21:31:47 +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/0008.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>hasProposal</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Doug Davis">dug</reporter>
          <assigned_to name="Doug Davis">dug</assigned_to>
          <cc>bob</cc>
    
    <cc>wuchou</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>23046</commentid>
    <comment_count>0</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-01-14 00:04:43 +0000</bug_when>
    <thetext>WS-Eventing defines an output-only operation: 
&lt;wsdl:portType name=&quot;EventSource&quot; &gt; 
  ... 
  &lt;wsdl:operation name=&quot;SubscriptionEnd&quot; &gt; 
    &lt;wsdl:output 
      message=&quot;wse:SubscriptionEnd&quot; 
      wsa:Action=&quot;
http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscriptionEnd&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:
Remove this operation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23940</commentid>
    <comment_count>1</comment_count>
    <who name="Wu Chou">wuchou</who>
    <bug_when>2009-02-25 22:30:23 +0000</bug_when>
    <thetext>Doug,

Our understanding to your proposal is: it intends to propose a BP compliant (e.g. reverse into in-only at client) alternative of Eventing. It is not to eliminate the SubscriptionEnd function of Eventing.
 
The SubscriptionEnd is a critical function of Eventing for server to notify the subscriber that its subscription has ended un-expectedly. Without it, client is totally in the dark, when the eventing service needs to end unexpectedly.

Please confirm if our understanding to your proposal is correct.

- Wu Chou.


(In reply to comment #0)
&gt; WS-Eventing defines an output-only operation: 
&gt; &lt;wsdl:portType name=&quot;EventSource&quot; &gt; 
&gt;   ... 
&gt;   &lt;wsdl:operation name=&quot;SubscriptionEnd&quot; &gt; 
&gt;     &lt;wsdl:output 
&gt;       message=&quot;wse:SubscriptionEnd&quot; 
&gt;       wsa:Action=&quot;
&gt; http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscriptionEnd&quot;/&gt; 
&gt;   &lt;/wsdl:operation&gt; 
&gt; &lt;/wsdl:portType&gt; 
&gt; WS-I Basic Profile R2303 says the following: 
&gt; 4.5.2 Allowed Operations 
&gt; Solicit-Response and Notification operations are not well defined by WSDL 
&gt; 1.1; furthermore, WSDL 1.1 does not define bindings for them. 
&gt; R2303 A DESCRIPTION MUST NOT use Solicit-Response and Notification type 
&gt; operations in a wsdl:portType definition. 
&gt; Proposal:
&gt; Remove this operation.

</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23941</commentid>
    <comment_count>2</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-02-25 23:29:02 +0000</bug_when>
    <thetext>Wu,
  yes, given the current proposal on the table for doing the events as input-only ops, I think it would make sense to do the same for this operation as well and put it in the same WSDL.
  One thing I&apos;d like to hear your opinion on is whether we really need a separate EPR for this notification or whether it can just be the last event in the event stream sent to the NotifyTo EPR?  I have a hard time understanding why they wouldn&apos;t always be the same endpoint.  Seems like an over complication for very limited benefit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24133</commentid>
    <comment_count>3</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-03-10 18:09:03 +0000</bug_when>
    <thetext>Proposal of 2009-03-10 http://lists.w3.org/Archives/Public/public-ws-resource-access/2009Mar/0051.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24134</commentid>
    <comment_count>4</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-03-10 18:16:21 +0000</bug_when>
    <thetext>Agreed 2009-03-10 with proposal in comment#3 but over-night review requested by Wu</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24160</commentid>
    <comment_count>5</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-03-11 13:42:41 +0000</bug_when>
    <thetext>reviewed and agreed on 2009-03-11 with the change:
SubscriptionEndPort to SubscriptionEndPortType</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>