- From: Katy Warr via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Mar 2009 17:01:41 +0000
- To: public-ws-resource-access-notifications@w3.org
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><s11:Envelope> - <s11:Header> - <kw>[Headers]</kw> - ... - </s11:Header> - <s11:Body><kw>[Body]</kw></s11:Body> -</s11:Envelope></eg> - </example> - + + + + <example> + <eg> + <s:Envelope> + <s:Header> + <kw>[Headers]</kw> + <wsa:Action><kw>[Action]</kw></wsa:Action> + ... + </s:Header> + <s:Body><kw>[Body]</kw></s:Body> + </s:Envelope></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><s12:Envelope> - <s12:Header> - <kw>[Headers]</kw> - <wsa:Action> <kw>[Action]</kw> </wsa:Action> - ... - </s12:Header> - <s12:Body><kw>[Body]</kw></s12:Body> -</s12:Envelope></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><s11:Envelope> - <s11:Header> - <b>[Headers]</b> - ... - </s11:Header> - <s11:Body><b>[Body]</b></s11:Body> -</s11:Envelope></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><s12:Envelope> - <s12:Header> - <b>[Headers]</b> - <wsa:Action> <b>[Action]</b> </wsa:Action> - ... - </s12:Header> - <s12:Body><b>[Body]</b></s12:Body> -</s12:Envelope></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> + <s:Envelope> + <s:Header> + <b>[Headers]</b> + <wsa:Action><b>[Action]</b></wsa:Action> + ... + </s:Header> + <s:Body><b>[Body]</b></s:Body> + </s:Envelope></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