2006/ws/policy ws-policy-primer.html,1.27,1.28

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv3251

Modified Files:
	ws-policy-primer.html 
Log Message:
Update for resolution to issue 3952
Editors action 92

Index: ws-policy-primer.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ws-policy-primer.html	28 Nov 2006 00:45:59 -0000	1.27
+++ ws-policy-primer.html	7 Dec 2006 16:54:57 -0000	1.28
@@ -262,7 +262,8 @@
           form.</p><p>To indicate the use of optimization using the Optimized MIME Serialization, Contoso uses
           the <code>mtom:OptimizedMimeSerialization</code> policy assertion (see the example below).</p><div class="exampleOuter"><p style="text-align: left" class="exampleHead"><i><span>Example 2-9. </span>Optimized MIME Serialization Policy Assertion</i></p><div class="exampleInner"><pre>&lt;mtom:OptimizedMimeSerialization /&gt;</pre></div></div><p>The <code>mtom:OptimizedMimeSerialization</code> element is a policy assertion. (The
           prefix <code>mtom</code> is used here to denote the Optimized MIME Serialization Policy
-          namespace.) This assertion identifies the use of MIME Multipart/Related serialization for
+          namespace.) This assertion identifies the use of MIME Multipart/Related serialization 
+          as required for request and response 
           messages. Policy-aware clients can recognize this policy assertion and engage Optimized
           MIME Serialization for messages. The semantics of this assertion are reflected in
           messages: they use an optimized wire format (MIME Multipart/Related serialization).</p><p>Like Contoso’s optional support for Optimized MIME Serialization, there are behaviors
@@ -273,7 +274,13 @@
           assertions represent the capabilities of the service provider as opposed to the
           requirements of the service provider.</p><p>In the example below, the Optimized MIME Serialization policy assertion is marked
           optional. This policy expression allows the use of optimization and requires the use of
-          addressing and one of transport- or message-level security.</p><div class="exampleOuter"><p style="text-align: left" class="exampleHead"><i><span>Example 2-10. </span>Optional MIME Serialization, Addressing and Transport- OR Message-Level Security
+          addressing and one of transport- or message-level security. 
+          If a client sends an optimized (MTOM) message, this will be indicated by characteristics associated 
+          by using such an optimized message, including a wire format that is a Multipart/Related message and 
+          a content-type header of "application/xop+xml" for the outer package. In this case, the response message 
+          will also be optimized, also having a Multipart/Related message and content-type header of "application/xop+xml".  
+          Note that when optimized messages are used, the Multipart/Related message can have a single part containing the 
+          primary SOAP envelope.</p><div class="exampleOuter"><p style="text-align: left" class="exampleHead"><i><span>Example 2-10. </span>Optional MIME Serialization, Addressing and Transport- OR Message-Level Security
             Policy Expression</i></p><div class="exampleInner"><pre>&lt;All&gt;
   &lt;mtom:OptimizedMimeSerialization wsp:Optional="true"/&gt;
   &lt;wsap:UsingAddressing /&gt;
@@ -1167,4 +1174,9 @@
               <a href="http://lists.w3.org/Archives/Public/public-ws-policy-eds/2006Nov/0033.html">Frederick</a> and 
               <a href="http://lists.w3.org/Archives/Public/public-ws-policy-eds/2006Nov/0054.html">Umit</a> to the list of editors.
               Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/86">86</a>.
+            </td></tr><tr><td rowspan="1" colspan="1">20061207</td><td rowspan="1" colspan="1">FH</td><td rowspan="1" colspan="1">Implemented the resolution for
+              <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3952">issue 3952</a>   
+              <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Dec/0018.html">as outlined</a> 
+              (with editorial correction replacing "for as" with "as"),
+              Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/92">92</a>.
             </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file

Received on Thursday, 7 December 2006 16:55:25 UTC