<?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>6727</bug_id>
          
          <creation_ts>2009-03-24 00:54:33 +0000</creation_ts>
          <short_desc>Eventing: Missing Body on UnsubscribeResponse</short_desc>
          <delta_ts>2009-05-27 04:05:54 +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></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>ram.jeyaraman</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>24383</commentid>
    <comment_count>0</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-03-24 00:54:33 +0000</bug_when>
    <thetext>UnsubscribeResponse message has no Body defined.
For consistency and extensibility we should add one.

Proposal:
Add:
&lt;wse:UnsubscribeResponse ...&gt;
  xs:any *
&lt;/wse:UnsubscribeResponse&gt;

to the Body of the UnsubscribeResponse message.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24612</commentid>
    <comment_count>1</comment_count>
    <who name="Ram Jeyaraman">ram.jeyaraman</who>
    <bug_when>2009-04-07 20:19:43 +0000</bug_when>
    <thetext>The issue/proposal is reasonable. The following changes [1] [2] to XSD and WSDL are needed. We will not propose this to the WG but rather action the issue originator to propose the necessary changes so we can review.

[1] XSD changes

  &lt;!-- Unsubscribe response --&gt;
  &lt;xs:element name=&quot;UnSubscribeResponse&quot;&gt;
    &lt;xs:complexType&gt;
      &lt;xs:sequence&gt;
        &lt;xs:any namespace=&quot;##other&quot; processContents=&quot;lax&quot; 
                minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot; /&gt;
      &lt;/xs:sequence&gt;
      &lt;xs:anyAttribute namespace=&quot;##other&quot; processContents=&quot;lax&quot; /&gt;
    &lt;/xs:complexType&gt;
  &lt;/xs:element&gt;

[2] WSDL changes

  &lt;wsdl:message name=&quot;UnsubscribeResponseMsg&quot;&gt;
    &lt;wsdl:part name=&quot;body&quot; element=&quot;wse:UnsubscribeResponse&quot; /&gt;
  &lt;/wsdl:message&gt;
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24613</commentid>
    <comment_count>2</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-04-07 20:20:45 +0000</bug_when>
    <thetext>resolved with comment #1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>