- From: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Nov 2006 20:25:16 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy In directory hutz:/tmp/cvs-serv8488 Modified Files: ws-policy-primer.html ws-policy-primer.xml Log Message: Implemented the resolution for issue 3809. Editors Action Item 79. Index: ws-policy-primer.html =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-primer.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- ws-policy-primer.html 1 Nov 2006 19:58:53 -0000 1.23 +++ ws-policy-primer.html 21 Nov 2006 20:25:14 -0000 1.24 @@ -1146,7 +1146,7 @@ <code>mtom</code> </td><td rowspan="1" colspan="1"> <code>http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization</code> - </td><td rowspan="1" colspan="1">[<a href="http://131.107.72.15/MTOM_Service_Indigo/">WS-OptimizedSerializationPolicy</a>]</td></tr><tr><td rowspan="1" colspan="1"> + </td><td rowspan="1" colspan="1">[<cite><a href="#WS-MTOMPolicy">WS-MTOMPolicy</a></cite>]</td></tr><tr><td rowspan="1" colspan="1"> <code>soap</code> </td><td rowspan="1" colspan="1"> <code>http://www.w3.org/2003/05/soap-envelope</code> @@ -1188,7 +1188,12 @@ Mendelsohn, M. Nottingham and H. Ruellan, Editors. World Wide Web Consortium, 25 January 2005. This version of the SOAP Message Transmission Optimization Mechanism Recommendation is http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/. The <a href="http://www.w3.org/TR/soap12-mtom/">latest version of SOAP Message Transmission - Optimization Mechanism</a> is available at http://www.w3.org/TR/soap12-mtom/. </dd><dt class="label"><a name="SOAP11"></a>[SOAP 1.1] </dt><dd> + Optimization Mechanism</a> is available at http://www.w3.org/TR/soap12-mtom/. </dd><dt class="label"><a name="WS-MTOMPolicy"></a>[WS-MTOMPolicy] </dt><dd> + <cite><a href="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization/">MTOM Serialization Policy Assertion (WS-MTOMPolicy)</a></cite>, C. Ferris, et al, + Authors. International Business Machines Corporation and Microsoft + Corporation, Inc., September 2006. Available at + http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization/ + </dd><dt class="label"><a name="SOAP11"></a>[SOAP 1.1] </dt><dd> <cite><a href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">Simple Object Access Protocol (SOAP) 1.1</a></cite>, D. Box, et al, Editors. World Wide Web Consortium, 8 May 2000. Available at http://www.w3.org/TR/2000/NOTE-SOAP-20000508/. </dd><dt class="label"><a name="SOAP12"></a>[SOAP 1.2 Messaging Framework] </dt><dd> @@ -1309,4 +1314,8 @@ </td></tr><tr><td rowspan="1" colspan="1">20061101</td><td rowspan="1" colspan="1">PY</td><td rowspan="1" colspan="1">Implemented the resolution for Issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3791">3791.</a> Editors Action Item <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/67">67.</a> + </td></tr><tr><td rowspan="1" colspan="1">20061121</td><td rowspan="1" colspan="1">PY</td><td rowspan="1" colspan="1">Implemented the + <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Oct/0216.html">resolution</a> for issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3809">3809.</a> + Editors Action Item <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/79">79.</a> </td></tr></tbody></table><br></div></div></body></html> \ No newline at end of file Index: ws-policy-primer.xml =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-primer.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- ws-policy-primer.xml 1 Nov 2006 19:58:53 -0000 1.19 +++ ws-policy-primer.xml 21 Nov 2006 20:25:14 -0000 1.20 @@ -1836,8 +1836,7 @@ <td> <code>http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization</code> </td> - <td>[<loc href="http://131.107.72.15/MTOM_Service_Indigo/" - >WS-OptimizedSerializationPolicy</loc>]</td> + <td>[<bibref ref="WS-MTOMPolicy"/>]</td> </tr> <tr> <td> @@ -1933,6 +1932,13 @@ is http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/. The <loc href="http://www.w3.org/TR/soap12-mtom/">latest version of SOAP Message Transmission Optimization Mechanism</loc> is available at http://www.w3.org/TR/soap12-mtom/. </bibl> + <bibl id="WS-MTOMPolicy" key="WS-MTOMPolicy" + href="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization/"> + <titleref>MTOM Serialization Policy Assertion (WS-MTOMPolicy)</titleref>, C. Ferris, et al, + Authors. International Business Machines Corporation and Microsoft + Corporation, Inc., September 2006. Available at + http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization/ + </bibl> <bibl id="SOAP11" key="SOAP 1.1" href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/"> <titleref>Simple Object Access Protocol (SOAP) 1.1</titleref>, D. Box, et al, Editors. World Wide Web Consortium, 8 May 2000. Available at @@ -2156,6 +2162,15 @@ Editors Action Item <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/67">67.</loc> </td> </tr> + <tr> + <td>20061121</td> + <td>PY</td> + <td>Implemented the + <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Oct/0216.html">resolution</loc> for issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3809">3809.</loc> + Editors Action Item <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/79">79.</loc> + </td> + </tr> </tbody> </table> </inform-div1>
Received on Tuesday, 21 November 2006 20:25:20 UTC