2004/ws/addressing ws-addr-soap.html,1.34,1.35 ws-addr-soap.xml,1.79,1.80 ws-addr.xsd,1.13,1.14

Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv7822

Modified Files:
	ws-addr-soap.html ws-addr-soap.xml ws-addr.xsd 
Log Message:
Added resolutions to issues lc56 and lc72 - Added new fault detail elements and header block for SOAP 1.1

Index: ws-addr.xsd
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr.xsd,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ws-addr.xsd	18 May 2005 19:16:23 -0000	1.13
--- ws-addr.xsd	14 Jun 2005 14:25:56 -0000	1.14
***************
*** 106,116 ****
  	</xs:simpleType>
  	
! 	<xs:element name="RetryAfter" type="tns:AttributedUnsignedLong"/>
! 	<xs:complexType name="AttributedUnsignedLong">
  		<xs:simpleContent>
  			<xs:extension base="xs:unsignedLong">
! 				<xs:anyAttribute namespace="##any" processContents="lax"/>
  			</xs:extension>
  		</xs:simpleContent>
  	</xs:complexType>
  </xs:schema>
--- 106,142 ----
  	</xs:simpleType>
  	
! 	<xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
! 	<xs:complexType name="AttributedUnsignedLongType">
  		<xs:simpleContent>
  			<xs:extension base="xs:unsignedLong">
! 				<xs:anyAttribute namespace="##other" processContents="lax"/>
! 			</xs:extension>
! 		</xs:simpleContent>
! 	</xs:complexType>
! 	
! 	<xs:element name="InvalidAddressingHeader" type="tns:AttributedQNameType"/>
! 	<xs:complexType name="AttributedQNameType">
! 		<xs:simpleContent>
! 			<xs:extension base="xs:QName">
! 				<xs:anyAttribute namespace="##other" processContents="lax"/>
  			</xs:extension>
  		</xs:simpleContent>
  	</xs:complexType>
+ 	
+ 	<xs:element name="MessageAddressingHeaderRequired" type="tns:AttributedQNameType"/>
+ 	
+ 	<xs:element name="ActionNotSupported" type="tns:AttributedURIType"/>
+ 	
+ 	<xs:element name="FaultDetail">
+ 		<xs:complexType>
+ 			<xs:choice>
+ 				<xs:element ref="tns:ActionNotSupported"/>
+ 				<xs:element ref="tns:InvalidAddressingHeader"/>
+ 				<xs:element ref="tns:MessageAddressingHeaderRequired"/>
+ 				<xs:element ref="tns:RetryAfter"/>
+ 				<xs:any namespace="##other" processContents="lax"/>
+ 			</xs:choice>
+ 			<xs:anyAttribute namespace="##other" processContents="lax"/>
+ 		</xs:complexType>
+ 	</xs:element>
  </xs:schema>

Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** ws-addr-soap.xml	3 Jun 2005 20:36:39 -0000	1.79
--- ws-addr-soap.xml	14 Jun 2005 14:25:56 -0000	1.80
***************
*** 22,27 ****
      </pubdate>
      <publoc>
!       <loc href="&w3c-designation-wsa-soap;"
!         >&w3c-designation-wsa-soap;</loc>
      </publoc> &altlocs; <prevlocs>
        <loc href="&prevloc;">&prevloc;</loc>
--- 22,26 ----
      </pubdate>
      <publoc>
!       <loc href="&w3c-designation-wsa-soap;">&w3c-designation-wsa-soap;</loc>
[...1353 lines suppressed...]
--- 802,820 ----
    <back> &acknowledgements; <inform-div1 id="changelog">
        <head>Change Log</head>
!       <div2>
!         <head>Changes Since Last Call Working Draft</head>
!         <p role="ws-addr-soap.xml:20050401:20060101">Placeholder for auto change log generation.</p>
!       </div2>
!       <div2>
          <head>Changes Since Second Working Draft</head>
!         <p role="ws-addr-soap.xml:20050211:20050330">Placeholder for auto change log generation.</p>
        </div2>
        <div2>
          <head>Changes Since First Working Draft</head>
!         <p role="ws-addr-soap.xml:20041206:20050210">Placeholder for auto change log generation.</p>
        </div2>
        <div2>
          <head>Changes Since Submission</head>
!         <p role="ws-addr-soap.xml:20041001:20041205">Placeholder for auto change log generation.</p>
        </div2>
      </inform-div1>

Index: ws-addr-soap.html
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** ws-addr-soap.html	3 Jun 2005 20:37:43 -0000	1.34
--- ws-addr-soap.html	14 Jun 2005 14:25:56 -0000	1.35
***************
*** 59,88 ****
      </dl><p>This document is also available in these non-normative formats: <a href=""></a>.</p><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>&nbsp;&copy;&nbsp;@@@@&nbsp;<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div>
  <h2><a name="abstract">Abstract</a></h2>
!       <p>Web Services Addressing provides transport-neutral mechanisms
!         to address Web services and messages. Web Services Addressing 1.0 - SOAP Binding (this
!         document) defines the binding of the abstract properties defined
!         in Web Services Addressing 1.0 - Core to SOAP Messages.</p>
      </div><div>
  <h2><a name="status">Status of this Document</a></h2><p><strong>This document is an editors' copy that has
          no official standing.</strong></p><p></p></div>
    <hr><div class="toc">
[...1309 lines suppressed...]
!       <div class="div2">
          
! <h3><a name="N67134"></a>B.1 Changes Since Last Call Working Draft</h3>
!         <table border="1"><tr><th>Date</th><th>Editor</th><th>Description</th></tr><tr><td>2005-06-03 @ 20:36</td><td>mhadley</td><td>Fixed typo in document prologue</td></tr><tr><td>2005-06-03 @ 20:33</td><td>mhadley</td><td>Added resolutions to issues lc58, lc79, lc91, lc102</td></tr><tr><td>2005-06-02 @ 19:45</td><td>mhadley</td><td>Added resolution to issue lc62 - added note confirming that endpoints may consume and respond to messages that do not use any WS-Addr headers</td></tr><tr><td>2005-06-02 @ 19:12</td><td>mhadley</td><td>Added resolution to issue lc6 and lc35 - added new conformance section, moved conformance text from module and extension sections</td></tr><tr><td>2005-06-02 @ 18:56</td><td>mhadley</td><td>Added resolution to issue lc73 - added note warning about use of reference parameters conflicting with normal message semantics</td></tr><tr><td>2005-06-02 @ 18:15</td><td>mhadley</td><td>Added resolution to issue lc37 - added DOS attack security considerations</td></tr><tr><td>2005-06-02  17:43</td><td>mhadley</td><td>Added clarifications of fault property values</td></tr><tr><td>2005-05-25 @ 21:40</td><td>mhadley</td><td>Added new section in changelog to account for previous draft publication</td></tr><tr><td>2005-05-25 @ 21:20</td><td>mhadley</td><td>Added resolution to issue lc105 - added requirement that no additional %-escaping be peformed on IRI type message addressing properties when serialized</td></tr><tr><td>2005-05-25 @ 21:07</td><td>mhadley</td><td>Added resolution to issue lc73 - clarrified meaning of omitting RetryAfter</td></tr><tr><td>2005-05-25 @ 21:03</td><td>mhadley</td><td>Added resolution to issue lc57 - added normative text describing fault binding</td></tr><tr><td>2005-05-25 @ 20:20</td><td>mhadley</td><td>Added resolution to issue lc66 - made it clear that type often refers to the content of elements rather than the element as a whole which can often also include attributes</td></tr><tr><td>2005-05-18 @ 19:44</td><td>mhadley</td><td>Added lc59 resolution - added missng namespace declaration in example</td></tr><tr><td>2005-05-18 @ 19:42</td><td>mhadley</td><td>Added lc53 resolution - expanded MAP to message addressing property and fixed editorial glitch</td></tr><tr><td>2005-05-18 @ 19:37</td><td>mhadley</td><td>Added lc52 resolution - MessageId to MessageID</td></tr><tr><td>2005-05-18 @ 19:35</td><td>mhadley</td><td>Added lc51 resolution - reordered property list to match order in core</td></tr><tr><td>2005-05-18 @ 19:22</td><td>mhadley</td><td>Added lc47 resolution - fixed URL in WSDL 2.0 biblio entry</td></tr><tr><td>2005-05-18 @ 19:16</td><td>mhadley</td><td>Added lc38 resolution - nonNegativeInteger to unsignedLong for RetryAfter</td></tr><tr><td>2005-05-18 @ 18:03</td><td>mhadley</td><td>Added lc67 resolution - made namespace uri a link</td></tr><tr><td>2005-05-18 @ 17:58</td><td>mhadley</td><td>Added lc64 resolution - numerous editorial fixes</td></tr><tr><td>2005-05-16 @ 20:20</td><td>mgudgin</td><td>Fixed reference to RFC3987 to match format of other biblio enries</td></tr><tr><td>2005-05-13 @ 18:56</td><td>mhadley</td><td>Added resolutions to issues 33 and 34: editorial corrections to binding MAP to SOAP headers and new rule against multiple headers targetted at same recipient</td></tr><tr><td>2005-05-05 @ 18:10</td><td>mhadley</td><td>Added issue 28 resolution: fixed use of mixed notation and indirect terminology for MAPs in Binding Message Addressing Properties section</td></tr><tr><td>2005-05-05 @ 17:39</td><td>mhadley</td><td>Added resolution to issues 26 and 36: Clarified use of invalid map fault for mismatched wsa:Action and SOAPAction; renamed and clarified invalid map and missing map faults.</td></tr><tr><td>2005-04-22 @ 20:01</td><td>mhadley</td><td>Added resolution to lc32 - added note warning of infoset changes due to IsReferenceParameter addition when binding [reference parameter] to SOAP.</td></tr><tr><td>2005-04-22 @ 19:51</td><td>mhadley</td><td>Added resolution to lc31 - clarified what to do if a reference parameter already has an IsReferenceParmeter attribute.</td></tr><tr><td>2005-04-22 @ 19:46</td><td>mhadley</td><td>Added resolution to lc30 - added new section for definition of IsReferenceParameter attribute.</td></tr><tr><td>2005-04-22 @ 19:26</td><td>mhadley</td><td>Added resolution to lc29 - capitalized first character of IsReferenceParameter attribute.</td></tr><tr><td>2005-04-22 @ 19:07</td><td>mhadley</td><td>Added resolution to lc27 - clarified confusing use of XML infoset terminology in XML representation of properties.</td></tr><tr><td>2005-04-22 @ 18:58</td><td>mhadley</td><td>Added resolution to lc24 - editorial nits.</td></tr><tr><td>2005-04-22 @ 18:49</td><td>mhadley</td><td>Added resolution to lc23 - changed IRI to URI for constant values that are URIs.</td></tr><tr><td>2005-04-22 @ 15:27</td><td>mhadley</td><td>Added resolution to lc1 - clarified impact of omitting [message id], [reply endpoint] and [fault endpoint] on fault message generation</td></tr><tr><td>2005-04-12 @ 13:17</td><td>mhadley</td><td>Fixed closing element in eample</td></tr></table>
!       </div>
!       <div class="div2">
!         
! <h3><a name="N67144"></a>B.2 Changes Since Second Working Draft</h3>
          <table border="1"><tr><th>Date</th><th>Editor</th><th>Description</th></tr><tr><td>2005-03-21 @ 23:15</td><td>mgudgin</td><td>Added sentence about SOAP 1.1 to section 4</td></tr><tr><td>2005-03-18 @ 23:21</td><td>mgudgin</td><td>s/Addresssing/Addressing</td></tr><tr><td>2005-03-10 @ 03:40</td><td>mhadley</td><td>Incorporated additional editorial fixes from J. Marsh.</td></tr><tr><td>2005-03-10 @ 03:16</td><td>mhadley</td><td>Incorporated additional issue resolution text for issues 7 and 44 from H. Haas.</td></tr><tr><td>2005-03-10 @ 02:06</td><td>mhadley</td><td>Incorporated editorial fixes from J. Marsh.</td></tr><tr><td>2005-03-09 @ 07:11</td><td>mhadley</td><td>Fixed example that didn't reflect the chnage from wsa:Type to wsa:isReferenceParameter</td></tr><tr><td>2005-03-08 @ 20:50</td><td>mhadley</td><td>Added resolution to issue 53 (schema tweaks)</td></tr><tr><td>2005-03-02 @ 21:18</td><td>mhadley</td><td>Added resolution to issue 4</td></tr><tr><td>2005-03-02 @ 20:30</td><td>mhadley</td><tdAdded resolution to issue 7</td></tr><tr><td>2005-03-02 @ 19:36</td><td>mhadley</td><td>Added resolution to issues 22 and 51/</td></tr><tr><td>2005-02-28 @ 22:08</td><td>mhadley</td><td>Added resolution to issues 24 and 26</td></tr><tr><td>2005-02-27 @ 19:42</td><td>mhadley</td><td>Changed URI to IRI where appropriate.</td></tr><tr><td>2005-02-17 @ 15:37</td><td>mhadley</td><td>Added issue 47 resolution</td></tr><tr><td>2005-02-15 @ 22:06</td><td>mhadley</td><td>Fixed some references to message information headers to message information properties</td></tr></table>
        </div>
        <div class="div2">
          
! <h3><a name="N67154"></a>B.3 Changes Since First Working Draft</h3>
          <table border="1"><tr><th>Date</th><th>Editor</th><th>Description</th></tr><tr><td>2005-02-01 @ 19:49</td><td>mhadley</td><td>Removed several occurances of the word 'identify' when used with endpoint references. Replaced with 'reference' or 'address' as appropriate.</td></tr><tr><td>2005-01-24 @ 20:22</td><td>mgudgin</td><td>Removed spurious reference to section 3.3.2 from Section 3</td></tr><tr><td>2005-01-23 @ 21:11</td><td>mgudgin</td><td>Incorporated resolution of issue i008; added wsa:Type attribute to reference parameters</td></tr><tr><td>2005-01-20 @ 13:10</td><td>mgudgin</td><td>Removed text from first paragraph of section 3 per resolution of issue i040</td></tr><tr><td>2005-01-16 @ 22:41</td><td>mgudgin</td><td>s/PortType/InterfaceName in certain examples</td></tr><tr><td>2004-12-16 @ 18:20</td><td>mhadley</td><td>Added resolution to issue 19 - WSDL version neutrality</td></tr><tr><td>2004-12-16 @ 16:50</td><td>mhadley</td><td>Added issue 33 resolution</td></tr><tr><td>2004-12-14 @ 20:10<td><td>mhadley</td><td>Switched back to edcopy formatting</td></tr><tr><td>2004-12-14 @ 20:02</td><td>mhadley</td><td>Enhanced auto-changelog generation to allow specification of data ranges for logs. Split change log to show changes between early draft and first working draft and changes since first working draft.</td></tr><tr><td>2004-12-14 @ 18:13</td><td>mhadley</td><td>Added resolutions for issues 12 (EPR lifecycle), 37 (relationship from QName to URI) and 39 (spec name versioning)</td></tr></table>
        </div>
        <div class="div2">
          
! <h3><a name="N67164"></a>B.4 Changes Since Submission</h3>
          <table border="1"><tr><th>Date</th><th>Editor</th><th>Description</th></tr><tr><td>2004-11-24 @ 15:32</td><td>mhadley</td><td>Added note that addressing is backwards compatible with SOAP 1.1</td></tr><tr><td>2004-11-23 @ 21:38</td><td>mhadley</td><td>Updated titles of examples. Fixed table formatting and references. Replaced uuid URIs with http URIs in examples. Added document status.</td></tr><tr><td>2004-11-07 @ 02:03</td><td>mhadley</td><td>Second more detailed run through to separate core, SOAP and WSDL document contents. Removed dependency on WS-Policy. Removed references to WS-Trust and WS-SecurityPolicy</td></tr><tr><td>2004-11-02 @ 22:25</td><td>mhadley</td><td>Removed static change log and added dynamically generated change log from cvs.</td></tr><tr><td>2004-10-28 @ 17:05</td><td>mhadley</td><td>Initial cut of separating specification into core, soap and wsdl</td></tr></table>
        </div>

Received on Tuesday, 14 June 2005 14:26:02 UTC