WWW/2002/ws/ra/edcopies wst.html,1.45,1.46 wst.xml,1.41,1.42

Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv6695

Modified Files:
	wst.html wst.xml 
Log Message:
7014 6975 6413


Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- wst.xml	7 Jul 2009 12:40:45 -0000	1.41
+++ wst.xml	7 Jul 2009 21:35:37 -0000	1.42
@@ -160,9 +160,12 @@
           <gitem>
             <label>Resource</label>
             <def>
-              <p>A Web service that is addressable by an endpoint reference as defined
-         in WS-Addressing and that can be represented by an XML Infoset using
-         the Get and Put operations defined in this specification.</p>
+              <p>
+                A Web service that is addressable using an endpoint reference 
+                and can be represented by an XML Information Set.
+                The representation can be retrieved using the Get operation 
+                and can be manipulated using the Put and Delete operations.
+              </p>
             </def>
           </gitem>
           <gitem>
@@ -459,7 +462,7 @@
   http://www.w3.org/2009/02/ws-tra/Get
 
 <kw>[Body]</kw>
-    &lt;wst:Get ...&gt;
+    &lt;wst:Get Dialect="<emph>xs:anyURI</emph>"? ...&gt;
       <emph>xs:any</emph>*
     &lt;/wst:Get&gt;</eg>
         </example>
@@ -476,6 +479,34 @@
               </p>
             </def>
           </gitem>
+
+          <gitem>
+            <label> <kw>[Body]</kw>/wst:Get@Dialect </label>
+            <def>
+              <p>
+                When this OPTIONAL attribute is present it contains a URI that 
+                refers to additional information for the service on how to 
+                process this element.  If the attribute is present but the 
+                dialect URI is not known then the service MUST generate an 
+                UnknownDialect fault. There is no default value for the 
+                attribute. If the attribute is absent, then the base 
+                behavior is used.
+              </p>
+            </def>
+          </gitem>
+
+          <gitem>
+            <label> <kw>[Body]</kw>/wst:Get@Dialect="http://www.w3.org/2009/02/ws-frag" </label>
+            <def>
+              <p>
+                The WS-Fragment <bibref ref="WsFrag"/> specification defines 
+                this dialect URI. Use of this URI indicates that the contents 
+                of the Get element MUST be processed as specified by the 
+                WS-Fragment <bibref ref="WsFrag"/> specification.
+              </p>
+            </def>
+          </gitem>
+
         </glist>
         <p>A Get request MUST be targeted at the resource whose representation is
  desired as described in <specref ref="Notations_and_Terminology"/> of
@@ -606,7 +637,7 @@
   http://www.w3.org/2009/02/ws-tra/Put
 
 <kw>[Body]</kw>
-  &lt;wst:Put ...&gt;
+  &lt;wst:Put Dialect="<emph>xs:anyURI</emph>"? ...&gt;
     <emph>xs:any</emph>*
   &lt;/wst:Put&gt;</eg>
         </example>
@@ -627,6 +658,34 @@
               </p>
             </def>
           </gitem>
+
+          <gitem>
+            <label> <kw>[Body]</kw>/wst:Put@Dialect </label>
+            <def>
+              <p>
+                When this OPTIONAL attribute is present it contains a URI that 
+                refers to additional information for the service on how to 
+                process this element.  If the attribute is present but the 
+                dialect URI is not known then the service MUST generate an 
+                UnknownDialect fault. There is no default value for the 
+                attribute. If the attribute is absent, then the base 
+                behavior is used.
+              </p>
+            </def>
+          </gitem>
+
+          <gitem>
+            <label> <kw>[Body]</kw>/wst:Put@Dialect="http://www.w3.org/2009/02/ws-frag" </label>
+            <def>
+              <p>
+                The WS-Fragment <bibref ref="WsFrag"/> specification defines 
+                this dialect URI. Use of this URI indicates that the contents 
+                of the Get element MUST be processed as specified by the 
+                WS-Fragment <bibref ref="WsFrag"/> specification.
+              </p>
+            </def>
+          </gitem>
+
         </glist>
         <p>
          A Put request MUST be targeted at the resource whose representation is
@@ -788,7 +847,7 @@
   http://www.w3.org/2009/02/ws-tra/Delete
 
 <kw>[Body]</kw>
-  &lt;wst:Delete ...&gt;
+  &lt;wst:Delete Dialect="<emph>xs:anyURI</emph>"? ...&gt;
     <emph>xs:any</emph>*
   &lt;/wst:Delete&gt;</eg>
         </example>
@@ -806,6 +865,33 @@
             </def>
           </gitem>
 
+          <gitem>
+            <label> <kw>[Body]</kw>/wst:Delete@Dialect </label>
+            <def>
+              <p>
+                When this OPTIONAL attribute is present it contains a URI that 
+                refers to additional information for the service on how to 
+                process this element.  If the attribute is present but the 
+                dialect URI is not known then the service MUST generate an 
+                UnknownDialect fault. There is no default value for the 
+                attribute. If the attribute is absent, then the base 
+                behavior is used.
+              </p>
+            </def>
+          </gitem>
+
+          <gitem>
+            <label> <kw>[Body]</kw>/wst:Delete@Dialect="http://www.w3.org/2009/02/ws-frag" </label>
+            <def>
+              <p>
+                The WS-Fragment <bibref ref="WsFrag"/> specification defines 
+                this dialect URI. Use of this URI indicates that the contents 
+                of the Get element MUST be processed as specified by the 
+                WS-Fragment <bibref ref="WsFrag"/> specification.
+              </p>
+            </def>
+          </gitem>
+
         </glist>
         <p>A Delete request MUST be targeted at the resource to be deleted as
  described in <specref ref="Notations_and_Terminology"/> of this
@@ -925,7 +1011,7 @@
   http://www.w3.org/2009/02/ws-tra/Create
 
 <kw>[Body]</kw>
-  &lt;wst:Create ContentDesrciption="<emph>xs:any</emph>"? ...&gt;
+  &lt;wst:Create Dialect="<emph>xs:anyURI</emph>"? ...&gt;
     <emph>xs:any</emph>*
   &lt;/wst:Create&gt;</eg>
         </example>
@@ -952,22 +1038,32 @@
           </gitem>
 
           <gitem>
-            <label> <kw>[Body]</kw>/wst:Create@ContentDescription </label>
+            <label> <kw>[Body]</kw>/wst:Create@Dialect </label>
             <def>
               <p>
-               When this OPTIONAL attribute is present it conveys additional 
-               information that can be used by the service to process this 
-               message. If the service can determine how to process the 
-               message it MAY choose to ignore this attribute, even if the 
-               URI provided is not known. However, if the service needs this
-               information, for example to determine if the child elements 
-               of the wst:Create are the literal resource representation or 
-               an instruction, but the attribute is not present or the URI 
-               is not known, then the service MUST generate an
-               invalidContentDescription fault. There is no default value.
+                When this OPTIONAL attribute is present it contains a URI that 
+                refers to additional information for the service on how to 
+                process this element.  If the attribute is present but the 
+                dialect URI is not known then the service MUST generate an 
+                UnknownDialect fault. There is no default value for the 
+                attribute. If the attribute is absent, then the base 
+                behavior is used.
+              </p>
+            </def>
+          </gitem>
+
+          <gitem>
+            <label> <kw>[Body]</kw>/wst:Create@Dialect="http://www.w3.org/2009/02/ws-frag" </label>
+            <def>
+              <p>
+                The WS-Fragment <bibref ref="WsFrag"/> specification defines 
+                this dialect URI. Use of this URI indicates that the contents 
+                of the Get element MUST be processed as specified by the 
+                WS-Fragment <bibref ref="WsFrag"/> specification.
               </p>
             </def>
           </gitem>
+
         </glist>
 
         <p>A Create request MUST be targeted at a resource factory capable of
@@ -1162,12 +1258,11 @@
         </table>
       </div2>
 
-      <div2 id="InvalidContentDescription">
-        <head>InvalidContentDescription</head>
+      <div2 id="UnknownDialect">
+        <head>UnknownDialect</head>
         <p>
-         This fault is generated when a service requires a ContentDescription 
-         URI be included on the Create request to process the message, or 
-         the specified URI is not known.
+         This fault is generated when a service detects an unknown Dialect 
+         URI in a request message. 
         </p>
         <table id="Table3" border="1" cellpadding="5">
           <tbody>
@@ -1177,13 +1272,12 @@
             </tr>
             <tr>
               <th align="left"><kw>[Subcode]</kw></th>
-              <td>wst:InvalidContentDescription</td>
+              <td>wst:UnknownDialect</td>
             </tr>
             <tr>
               <th align="left"><kw>[Reason]</kw></th>
               <td>
-                The service requires a ContentDescription URI, or the 
-                value specified is not known
+                The specified Dialect URI is not known.
               </td>
             </tr>
             <tr>
@@ -1393,42 +1487,56 @@
      </titleref>
      , S. Anderson, et al, February 2005.
     </bibl>
+
         <bibl key="WS-Security" id="WsSec" href="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf">
           <titleref>
       Web Services Security: SOAP Message Security 1.0
      </titleref>
      , OASIS standard.
     </bibl>
+
         <bibl key="WS-SecurityPolicy" id="WsSecPolicy" href="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
           <titleref>
       G. Della-Libera, et al, "Web Services Security Policy Language (WS-SecurityPolicy), Version 1.1" 
      </titleref>
      , July 2005.
     </bibl>
+
+        <bibl key="WS-Fragments" id="WsFrag" href="http://www.w3.org/2009/02/ws-frag">
+          <titleref>
+      W3C Working Group Draft, "Web Services Fragments"
+     </titleref>
+     , July 2009.
+    </bibl>
+
         <bibl key="WSDL 1.1" id="Wsdl11" href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315">
           <titleref>
       Web Services Description Language (WSDL) 1.1
      </titleref>
      , E. Christensen, et al, March 2001.
     </bibl>
+
         <bibl key="XML Infoset" id="XMLInfoSet" href="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/">
           <titleref>
       J. Cowan, et al, "XML Information Set"
      </titleref>
      , February 2004.
     </bibl>
+
         <bibl key="XML Schema, Part 1" id="XmlSchemaPart1" href="http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/">
           <titleref>
       XML Schema Part 1: Structures
      </titleref>
      , H. Thompson, et al, October 2004.
     </bibl>
+
         <bibl key="XML Schema, Part 2" id="XmlSchemaPart2" href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/">
           <titleref>
       XML Schema Part 2: Datatypes
      </titleref>
      , James Clark, et al, November 1999.
     </bibl>
+
       </blist>
     </div1>
   </body>
@@ -1466,6 +1574,7 @@
       &lt;xs:sequence&gt;
         &lt;xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /&gt;
       &lt;/xs:sequence&gt;
+      &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" /&gt;
       &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
@@ -1484,6 +1593,7 @@
       &lt;xs:sequence&gt;
         &lt;xs:any minOccurs="1" maxOccurs="unbounded" namespace="##other" processContents="lax" /&gt;
       &lt;/xs:sequence&gt;
+      &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" /&gt;
       &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
@@ -1502,6 +1612,7 @@
       &lt;xs:sequence&gt;
         &lt;xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /&gt;
       &lt;/xs:sequence&gt;
+      &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" /&gt;
       &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
@@ -1520,6 +1631,7 @@
       &lt;xs:sequence&gt;
         &lt;xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /&gt;
       &lt;/xs:sequence&gt;
+      &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" /&gt;
       &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
@@ -1785,6 +1897,15 @@
             <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6924">6924</loc>
           </td>
         </tr>
+        <tr>
+          <td> 2009/07/07 </td>
+          <td> DD </td>
+          <td> Added resolution of issues
+            <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7014">7014</loc>,
+            <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6975">6975</loc>,
+            <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6413">6413</loc>
+          </td>
+        </tr>
       </tbody>
      </table>
     </div1>

Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- wst.html	1 Jul 2009 12:48:15 -0000	1.45
+++ wst.html	7 Jul 2009 21:35:37 -0000	1.46
@@ -54,7 +54,7 @@
 &nbsp;&nbsp;&nbsp;4.1 <a href="#Factory_Create">Create</a><br/>
 5 <a href="#Faults">Faults</a><br/>
 &nbsp;&nbsp;&nbsp;5.1 <a href="#InvalidRepresentation">InvalidRepresentation</a><br/>
-&nbsp;&nbsp;&nbsp;5.2 <a href="#InvalidContentDescription">InvalidContentDescription</a><br/>
+&nbsp;&nbsp;&nbsp;5.2 <a href="#UnknownDialect">UnknownDialect</a><br/>
 &nbsp;&nbsp;&nbsp;5.3 <a href="#PutDenied">PutDenied</a><br/>
 6 <a href="#Security_Considerations">Security Considerations</a><br/>
 7 <a href="#acks">Acknowledgements</a><br/>
@@ -108,9 +108,12 @@
          architecture.
         </p></li></ul></div></div><div class="div1">
 <h2><a name="Notations_and_Terminology" id="Notations_and_Terminology"/>2 Terminology and Notation</h2><div class="div2">
-<h3><a name="terminology" id="terminology"/>2.1 Terminology</h3><dl><dt class="label">Resource</dt><dd><p>A Web service that is addressable by an endpoint reference as defined
-         in WS-Addressing and that can be represented by an XML Infoset using
-         the Get and Put operations defined in this specification.</p></dd><dt class="label">Resource factory</dt><dd><p>A Web service that is capable of creating new resources using the
+<h3><a name="terminology" id="terminology"/>2.1 Terminology</h3><dl><dt class="label">Resource</dt><dd><p>
+                A Web service that is addressable using an endpoint reference 
+                and can be represented by an XML Information Set.
+                The representation can be retrieved using the Get operation 
+                and can be manipulated using the Put and Delete operations.
+              </p></dd><dt class="label">Resource factory</dt><dd><p>A Web service that is capable of creating new resources using the
          Create operation defined in this specification.</p></dd></dl></div><div class="div2">
 <h3><a name="namespaces" id="namespaces"/>2.2 XML Namespaces</h3><p>
      The XML Namespace URI that MUST be used by implementations of this
@@ -224,13 +227,26 @@
   http://www.w3.org/2009/02/ws-tra/Get
 
 <b>[Body]</b>
-    &lt;wst:Get ...&gt;
+    &lt;wst:Get Dialect="<em>xs:anyURI</em>"? ...&gt;
       <em>xs:any</em>*
     &lt;/wst:Get&gt;</pre></div></div><p>The following describes additional, normative constraints on the outline
 listed above:</p><dl><dt class="label"><b>[Body]</b>/wst:Get </dt><dd><p>
                This is a REQUIRED element that has no defined child element 
                content. However, it MAY include child element content as 
                defined by an extension(s).
+              </p></dd><dt class="label"><b>[Body]</b>/wst:Get@Dialect </dt><dd><p>
+                When this OPTIONAL attribute is present it contains a URI that 
+                refers to additional information for the service on how to 
+                process this element.  If the attribute is present but the 
+                dialect URI is not known then the service MUST generate an 
+                UnknownDialect fault. There is no default value for the 
+                attribute. If the attribute is absent, then the base 
+                behavior is used.
+              </p></dd><dt class="label"><b>[Body]</b>/wst:Get@Dialect="http://www.w3.org/2009/02/ws-frag" </dt><dd><p>
+                The WS-Fragment <a href="#WsFrag">[WS-Fragments]</a> specification defines 
+                this dialect URI. Use of this URI indicates that the contents 
+                of the Get element MUST be processed as specified by the 
+                WS-Fragment <a href="#WsFrag">[WS-Fragments]</a> specification.
               </p></dd></dl><p>A Get request MUST be targeted at the resource whose representation is
  desired as described in <a href="#Notations_and_Terminology"><b>2 Terminology and Notation</b></a> of
 this specification.</p><p>If the resource accepts a Get request, it MUST reply with a response of
@@ -324,7 +340,7 @@
   http://www.w3.org/2009/02/ws-tra/Put
 
 <b>[Body]</b>
-  &lt;wst:Put ...&gt;
+  &lt;wst:Put Dialect="<em>xs:anyURI</em>"? ...&gt;
     <em>xs:any</em>*
   &lt;/wst:Put&gt;</pre></div></div><p>
          The following describes additional, normative constraints on the 
@@ -334,6 +350,19 @@
                an element that comprises the representation of the resource 
                that is to be replaced. Additional extension elements MAY 
                be included after the element representing the resource.
+              </p></dd><dt class="label"><b>[Body]</b>/wst:Put@Dialect </dt><dd><p>
+                When this OPTIONAL attribute is present it contains a URI that 
+                refers to additional information for the service on how to 
+                process this element.  If the attribute is present but the 
+                dialect URI is not known then the service MUST generate an 
+                UnknownDialect fault. There is no default value for the 
+                attribute. If the attribute is absent, then the base 
+                behavior is used.
+              </p></dd><dt class="label"><b>[Body]</b>/wst:Put@Dialect="http://www.w3.org/2009/02/ws-frag" </dt><dd><p>
+                The WS-Fragment <a href="#WsFrag">[WS-Fragments]</a> specification defines 
+                this dialect URI. Use of this URI indicates that the contents 
+                of the Get element MUST be processed as specified by the 
+                WS-Fragment <a href="#WsFrag">[WS-Fragments]</a> specification.
               </p></dd></dl><p>
          A Put request MUST be targeted at the resource whose representation is
          desired to be replaced, as described in 
@@ -452,13 +481,26 @@
   http://www.w3.org/2009/02/ws-tra/Delete
 
 <b>[Body]</b>
-  &lt;wst:Delete ...&gt;
+  &lt;wst:Delete Dialect="<em>xs:anyURI</em>"? ...&gt;
     <em>xs:any</em>*
   &lt;/wst:Delete&gt;</pre></div></div><p>The following describes additional, normative constraints on the outline
 listed above:</p><dl><dt class="label"><b>[Body]</b>/wst:Delete </dt><dd><p>
                This is a REQUIRED element that has no defined child element 
                content. However, it MAY include child element content as 
                defined by an extension(s).
+              </p></dd><dt class="label"><b>[Body]</b>/wst:Delete@Dialect </dt><dd><p>
+                When this OPTIONAL attribute is present it contains a URI that 
+                refers to additional information for the service on how to 
+                process this element.  If the attribute is present but the 
+                dialect URI is not known then the service MUST generate an 
+                UnknownDialect fault. There is no default value for the 
+                attribute. If the attribute is absent, then the base 
+                behavior is used.
+              </p></dd><dt class="label"><b>[Body]</b>/wst:Delete@Dialect="http://www.w3.org/2009/02/ws-frag" </dt><dd><p>
+                The WS-Fragment <a href="#WsFrag">[WS-Fragments]</a> specification defines 
+                this dialect URI. Use of this URI indicates that the contents 
+                of the Get element MUST be processed as specified by the 
+                WS-Fragment <a href="#WsFrag">[WS-Fragments]</a> specification.
               </p></dd></dl><p>A Delete request MUST be targeted at the resource to be deleted as
  described in <a href="#Notations_and_Terminology"><b>2 Terminology and Notation</b></a> of this
 specification.</p><p>Implementations may respond with a fault message using the standard fault
@@ -544,7 +586,7 @@
   http://www.w3.org/2009/02/ws-tra/Create
 
 <b>[Body]</b>
-  &lt;wst:Create ContentDesrciption="<em>xs:any</em>"? ...&gt;
+  &lt;wst:Create Dialect="<em>xs:anyURI</em>"? ...&gt;
     <em>xs:any</em>*
   &lt;/wst:Create&gt;</pre></div></div><p>
          The following describes additional, normative constraints on the 
@@ -558,17 +600,19 @@
                resource, or other instructions for creating the resource.  
                Additional extension elements MAY be included only after 
                the mandated first child element.
-              </p></dd><dt class="label"><b>[Body]</b>/wst:Create@ContentDescription </dt><dd><p>
-               When this OPTIONAL attribute is present it conveys additional 
-               information that can be used by the service to process this 
-               message. If the service can determine how to process the 
-               message it MAY choose to ignore this attribute, even if the 
-               URI provided is not known. However, if the service needs this
-               information, for example to determine if the child elements 
-               of the wst:Create are the literal resource representation or 
-               an instruction, but the attribute is not present or the URI 
-               is not known, then the service MUST generate an
-               invalidContentDescription fault. There is no default value.
+              </p></dd><dt class="label"><b>[Body]</b>/wst:Create@Dialect </dt><dd><p>
+                When this OPTIONAL attribute is present it contains a URI that 
+                refers to additional information for the service on how to 
+                process this element.  If the attribute is present but the 
+                dialect URI is not known then the service MUST generate an 
+                UnknownDialect fault. There is no default value for the 
+                attribute. If the attribute is absent, then the base 
+                behavior is used.
+              </p></dd><dt class="label"><b>[Body]</b>/wst:Create@Dialect="http://www.w3.org/2009/02/ws-frag" </dt><dd><p>
+                The WS-Fragment <a href="#WsFrag">[WS-Fragments]</a> specification defines 
+                this dialect URI. Use of this URI indicates that the contents 
+                of the Get element MUST be processed as specified by the 
+                WS-Fragment <a href="#WsFrag">[WS-Fragments]</a> specification.
               </p></dd></dl><p>A Create request MUST be targeted at a resource factory capable of
     creating the desired new resource. This factory is distinct from the resource
     being created (which by definition does not exist prior to the successful
@@ -606,7 +650,7 @@
                empty, other than the ResourceCreated element, if the created 
                representation does not logically differ from the 
                representation sent in the Create request message and there
-               are no eextension elements; that is, 
+               are no extension elements; that is, 
                if the service accepted the new representation or
                creation instructions verbatim. Such a response indicates 
                that the request was completely successful 
@@ -691,13 +735,11 @@
     defined in this specification:</p><div class="exampleOuter"><div class="exampleInner"><pre><a href="http://www.w3.org/2009/02/ws-tra/fault">http://www.w3.org/2009/02/ws-tra/fault</a></pre></div></div><div class="div2">
 <h3><a name="InvalidRepresentation" id="InvalidRepresentation"/>5.1 InvalidRepresentation</h3><p>This fault is returned when an incorrect representation is sent in a
     wst:Put or wst:Create message. </p><a name="Table2" id="Table2"/><table border="1" cellpadding="5"><tbody><tr><th align="left"><b>[Code]</b></th><td>s:Sender</td></tr><tr><th align="left"><b>[Subcode]</b></th><td>wst:InvalidRepresentation</td></tr><tr><th align="left"><b>[Reason]</b></th><td>The supplied representation is invalid</td></tr><tr><th align="left"><b>[Detail]</b></th><td>none</td></tr></tbody></table></div><div class="div2">
-<h3><a name="InvalidContentDescription" id="InvalidContentDescription"/>5.2 InvalidContentDescription</h3><p>
-         This fault is generated when a service requires a ContentDescription 
-         URI be included on the Create request to process the message, or 
-         the specified URI is not known.
-        </p><a name="Table3" id="Table3"/><table border="1" cellpadding="5"><tbody><tr><th align="left"><b>[Code]</b></th><td>s:Sender</td></tr><tr><th align="left"><b>[Subcode]</b></th><td>wst:InvalidContentDescription</td></tr><tr><th align="left"><b>[Reason]</b></th><td>
-                The service requires a ContentDescription URI, or the 
-                value specified is not known
+<h3><a name="UnknownDialect" id="UnknownDialect"/>5.2 UnknownDialect</h3><p>
+         This fault is generated when a service detects an unknown Dialect 
+         URI in a request message. 
+        </p><a name="Table3" id="Table3"/><table border="1" cellpadding="5"><tbody><tr><th align="left"><b>[Code]</b></th><td>s:Sender</td></tr><tr><th align="left"><b>[Subcode]</b></th><td>wst:UnknownDialect</td></tr><tr><th align="left"><b>[Reason]</b></th><td>
+                The specified Dialect URI is not known.
               </td></tr><tr><th align="left"><b>[Detail]</b></th><td><em>The unknown URI if specified</em></td></tr></tbody></table></div><div class="div2">
 <h3><a name="PutDenied" id="PutDenied"/>5.3 PutDenied</h3><p>
          This fault is generated when a Put request message attempts
@@ -812,7 +854,11 @@
       G. Della-Libera, et al, "Web Services Security Policy Language (WS-SecurityPolicy), Version 1.1" 
      </cite></a>
      , July 2005.
-      (See http://schemas.xmlsoap.org/ws/2005/07/securitypolicy.)</dd><dt class="label"><a name="Wsdl11" id="Wsdl11"/>WSDL 1.1</dt><dd><a href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315"><cite>
+      (See http://schemas.xmlsoap.org/ws/2005/07/securitypolicy.)</dd><dt class="label"><a name="WsFrag" id="WsFrag"/>WS-Fragments</dt><dd><a href="http://www.w3.org/2009/02/ws-frag"><cite>
+      W3C Working Group Draft, "Web Services Fragments"
+     </cite></a>
+     , July 2009.
+      (See http://www.w3.org/2009/02/ws-frag.)</dd><dt class="label"><a name="Wsdl11" id="Wsdl11"/>WSDL 1.1</dt><dd><a href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315"><cite>
       Web Services Description Language (WSDL) 1.1
      </cite></a>
      , E. Christensen, et al, March 2001.
@@ -851,6 +897,7 @@
       &lt;xs:sequence&gt;
         &lt;xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /&gt;
       &lt;/xs:sequence&gt;
+      &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" /&gt;
       &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
@@ -869,6 +916,7 @@
       &lt;xs:sequence&gt;
         &lt;xs:any minOccurs="1" maxOccurs="unbounded" namespace="##other" processContents="lax" /&gt;
       &lt;/xs:sequence&gt;
+      &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" /&gt;
       &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
@@ -887,6 +935,7 @@
       &lt;xs:sequence&gt;
         &lt;xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /&gt;
       &lt;/xs:sequence&gt;
+      &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" /&gt;
       &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
@@ -905,6 +954,7 @@
       &lt;xs:sequence&gt;
         &lt;xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" /&gt;
       &lt;/xs:sequence&gt;
+      &lt;xs:attribute name="Dialect" type="xs:anyURI" use="optional" /&gt;
       &lt;xs:anyAttribute namespace="##other" processContents="lax" /&gt;
     &lt;/xs:complexType&gt;
   &lt;/xs:element&gt;
@@ -1034,4 +1084,7 @@
             <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6674">6674</a></td></tr><tr><td> 2009/05/27 </td><td> DD </td><td> Added resolution of issue 
             <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr><tr><td> 2009/06/10 </td><td> DD </td><td> Added resolution of issue 
             <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6712">6712</a></td></tr><tr><td> 2009/06/10 </td><td> DD </td><td> Added resolution of issue 
-            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6924">6924</a></td></tr></tbody></table></div></div></body></html>
+            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6924">6924</a></td></tr><tr><td> 2009/07/07 </td><td> DD </td><td> Added resolution of issues
+            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7014">7014</a>,
+            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6975">6975</a>,
+            <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6413">6413</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Received on Tuesday, 7 July 2009 21:35:54 UTC