- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 07 Apr 2009 20:19:43 +0000
- To: public-ws-resource-access-notifications@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6727
Ram Jeyaraman <ram.jeyaraman@microsoft.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ram.jeyaraman@microsoft.com
--- Comment #1 from Ram Jeyaraman <ram.jeyaraman@microsoft.com> 2009-04-07 20:19:43 ---
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
<!-- Unsubscribe response -->
<xs:element name="UnSubscribeResponse">
<xs:complexType>
<xs:sequence>
<xs:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
[2] WSDL changes
<wsdl:message name="UnsubscribeResponseMsg">
<wsdl:part name="body" element="wse:UnsubscribeResponse" />
</wsdl:message>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 7 April 2009 20:19:52 UTC