WWW/2002/ws/ra/edcopies wsmex.html,1.23,1.24 wsmex.xml,1.14,1.15

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

Modified Files:
	wsmex.html wsmex.xml 
Log Message:
Issue 6587 - Notational Conventions part 4 WSA MAPs

Index: wsmex.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- wsmex.xml	16 Mar 2009 16:21:58 -0000	1.14
+++ wsmex.xml	16 Mar 2009 17:01:30 -0000	1.15
@@ -619,60 +619,95 @@
     </ulist>
 
     <p>
-     In addition to Message Addressing Properties 
-     <bibref ref='AddrCore'/>, this specification uses the following 
-     properties to define messages:
-    </p>  
+     
+    In addition to Message Information Header properties
+    
+     <bibref ref="AddrCore"/>, 
+    
+    this specification uses the following properties to define messages:
+    
+    </p>
+    
+    
     
     <glist>
+     
      <gitem>
+      
       <label> <kw>[Headers]</kw> </label>
-       <def>
-        <p> Unordered message headers. </p>
-       </def>
+      
+      <def>
+       
+       <p>Unordered message headers. </p>
+       
+      </def>
+      
      </gitem>
-
+     
+     
+     
      <gitem>
+      
+      <label> <kw>[Action]</kw> </label>
+      
+      <def>
+       
+       <p> The value to be used for the wsa:Action URI. </p>
+       
+      </def>
+      
+     </gitem>
+     
+     
+     
+     <gitem>
+      
       <label> <kw>[Body]</kw> </label>
+      
       <def>
-       <p>
-        A message body.
-       </p>
+       
+       <p> A message body. </p>
+       
       </def>
+      
      </gitem>
+     
     </glist>
-
+    
+    
+    
     <p>
-     These properties bind to a SOAP 1.1 Envelope <bibref ref='SOAP11'/> 
-     as follows:
+     
+     These properties bind to a SOAP Envelope as follows:
+     
     </p>
-
-    <example>
-     <eg>&lt;s11:Envelope>
-  &lt;s11:Header&gt;
-   <kw>[Headers]</kw> 
-   ...
-  &lt;/s11:Header>
-  &lt;s11:Body&gt;<kw>[Body]</kw>&lt;/s11:Body>
-&lt;/s11:Envelope&gt;</eg>
-    </example>
-
+    
+    
+    
+    <example>    
+   <eg>
+   &lt;s:Envelope&gt;
+     &lt;s:Header&gt;
+       <kw>[Headers]</kw>
+       &lt;wsa:Action&gt;<kw>[Action]</kw>&lt;/wsa:Action&gt;
+       ...
+     &lt;/s:Header&gt;
+     &lt;s:Body&gt;<kw>[Body]</kw>&lt;/s:Body&gt; 
+   &lt;/s:Envelope&gt;</eg>  
+     </example>
+    
+    
+    
     <p>
-     These properties bind to a SOAP 1.2 Envelope <bibref ref='SOAP12'/> 
-     as follows:
+     
+     This specification defines Fault properties for each defined
+     
+     fault and defines SOAP bindings for each Fault property.
+     
     </p>
-
-    <example>
-     <eg>&lt;s12:Envelope>
-  &lt;s12:Header&gt;
-   <kw>[Headers]</kw> 
-   &lt;wsa:Action&gt; <kw>[Action]</kw> &lt;/wsa:Action>
-   ... 
-  &lt;/s12:Header>
-  &lt;s12:Body&gt;<kw>[Body]</kw>&lt;/s12:Body>
-&lt;/s12:Envelope&gt;</eg>
-    </example>
+    
    </div2>
+   
  
    <div2 id="Compliance">
     <head>Compliance</head>
@@ -1812,6 +1847,13 @@
        <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6425">6425</loc>
       </td>
      </tr>
+     <tr>
+      <td> 2009/03/16 </td>
+      <td> KW </td>
+      <td> Added resolution of issue 
+       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6587">6587</loc>
+      </td>
+     </tr>
     </tbody>
    </table>
   </div1>

Index: wsmex.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsmex.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- wsmex.html	16 Mar 2009 16:22:11 -0000	1.23
+++ wsmex.html	16 Mar 2009 17:01:30 -0000	1.24
@@ -398,31 +398,32 @@
        XML namespace prefixes (see <a href="#XMLNS">Table 3-1</a>) are used to 
        indicate the namespace of the element being defined.
       </p></li></ul><p>
-     In addition to Message Addressing Properties 
-     <a href="#AddrCore">[WS-Addressing 1.0 Core]</a>, this specification uses the following 
-     properties to define messages:
-    </p><dl><dt class="label"> <b>[Headers]</b> </dt><dd><p> Unordered message headers. </p></dd><dt class="label"> <b>[Body]</b> </dt><dd><p>
-        A message body.
-       </p></dd></dl><p>
-     These properties bind to a SOAP 1.1 Envelope <a href="#SOAP11">[SOAP 1.1]</a> 
-     as follows:
-    </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;s11:Envelope&gt;
-  &lt;s11:Header&gt;
-   <b>[Headers]</b> 
-   ...
-  &lt;/s11:Header&gt;
-  &lt;s11:Body&gt;<b>[Body]</b>&lt;/s11:Body&gt;
-&lt;/s11:Envelope&gt;</pre></div></div><p>
-     These properties bind to a SOAP 1.2 Envelope <a href="#SOAP12">[SOAP 1.2]</a> 
-     as follows:
-    </p><div class="exampleOuter"><div class="exampleInner"><pre>&lt;s12:Envelope&gt;
-  &lt;s12:Header&gt;
-   <b>[Headers]</b> 
-   &lt;wsa:Action&gt; <b>[Action]</b> &lt;/wsa:Action&gt;
-   ... 
-  &lt;/s12:Header&gt;
-  &lt;s12:Body&gt;<b>[Body]</b>&lt;/s12:Body&gt;
-&lt;/s12:Envelope&gt;</pre></div></div></div><div class="div2">
+     
+    In addition to Message Information Header properties
+    
+     <a href="#AddrCore">[WS-Addressing 1.0 Core]</a>, 
+    
+    this specification uses the following properties to define messages:
+    
+    </p><dl><dt class="label"> <b>[Headers]</b> </dt><dd><p>Unordered message headers. </p></dd><dt class="label"> <b>[Action]</b> </dt><dd><p> The value to be used for the wsa:Action URI. </p></dd><dt class="label"> <b>[Body]</b> </dt><dd><p> A message body. </p></dd></dl><p>
+     
+     These properties bind to a SOAP Envelope as follows:
+     
+    </p><div class="exampleOuter"><div class="exampleInner"><pre>
+   &lt;s:Envelope&gt;
+     &lt;s:Header&gt;
+       <b>[Headers]</b>
+       &lt;wsa:Action&gt;<b>[Action]</b>&lt;/wsa:Action&gt;
+       ...
+     &lt;/s:Header&gt;
+     &lt;s:Body&gt;<b>[Body]</b>&lt;/s:Body&gt; 
+   &lt;/s:Envelope&gt;</pre></div></div><p>
+     
+     This specification defines Fault properties for each defined
+     
+     fault and defines SOAP bindings for each Fault property.
+     
+    </p></div><div class="div2">
 <h3><a name="Compliance" id="Compliance"/>3.3 Compliance</h3><p>
      An implementation is not compliant with this specification if it 
      fails to satisfy one or more of the MUST or REQUIRED level 
@@ -1135,4 +1136,6 @@
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6639">6639</a>
       </td></tr><tr><td> 2009/03/11 </td><td> DD </td><td> Added resolution of issue 
        <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6425">6425</a>
+      </td></tr><tr><td> 2009/03/16 </td><td> KW </td><td> Added resolution of issue 
+       <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6587">6587</a>
       </td></tr></tbody></table></div></div></body></html>
\ No newline at end of file

Received on Monday, 16 March 2009 18:27:22 UTC