2006/ws/policy ws-policy-attachment.html,1.78,1.79

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

Modified Files:
	ws-policy-attachment.html 
Log Message:
Implemented resolution of issue 4226, editors action item 134. 

Index: ws-policy-attachment.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ws-policy-attachment.html	22 Jan 2007 22:05:00 -0000	1.78
+++ ws-policy-attachment.html	22 Jan 2007 22:25:30 -0000	1.79
@@ -453,7 +453,7 @@
 the <a title="" href="#policy_subject">policy subjects</a> that are in the <a title="" href="#policy_scope">policy scope</a>. Refer to Web Services Policy 1.5 - Framework [<cite><a href="#WS-Policy">Web Services Policy Framework</a></cite>]
 for additional details.</p></dd><dt class="label">
 <code class="elt">/wsp:PolicyAttachment/wsse:Security</code> 
-</dt><dd><p>This element is of type <code class="attr">xs:boolean</code>  and allows security information such as
+</dt><dd><p>This element is of type <code class="attr">wsse:Security</code>  and allows security information such as
 signatures to be included. The syntax of this element is described in
 WS-Security [<cite><a href="#WS-Security">WS-Security 2004</a></cite>].</p></dd><dt class="label">
 <code class="attr">/wsp:PolicyAttachment/@{any}</code> 
@@ -797,21 +797,21 @@
                 elements without a namespace prefix are from the Web Services Policy XML Namespace.)</p><div class="div2">
 <h3><a name="wsdl20-example"></a>5.1 Example</h3><p>The example below illustrates the use of WS-Policy Attachment for WSDL 2.0:</p><div class="exampleOuter"><p style="text-align: left" class="exampleHead"><a name="table-wsdl20-example"></a><i><span>Example 5-1. </span>Example Policy Attached to WSDL 2.0</i></p><div class="exampleInner"><pre>(01) &lt;wsdl20:description&gt;
 (02) …
-(03)   &lt;Policy wsu:Id="common"&gt;
+(03)   &lt;wsp:Policy wsu:Id="common"&gt;
 (04) &nbsp; &nbsp; &lt;mtom:OptimizedMimeSerialization wsp:Optional="true"/&gt;
 (05) &nbsp; &nbsp; &lt;wsap:UsingAddressing /&gt;
-(06) &nbsp; &lt;/Policy&gt;
+(06) &nbsp; &lt;/wsp:Policy&gt;
 
-(07) &nbsp; &lt;Policy wsu:Id="secure"&gt;
-(08) &nbsp; &nbsp; &lt;ExactlyOne&gt;
+(07) &nbsp; &lt;wsp:Policy wsu:Id="secure"&gt;
+(08) &nbsp; &nbsp; &lt;wsp:ExactlyOne&gt;
 (09) &nbsp; &nbsp; &nbsp; &lt;sp:TransportBinding&gt;…&lt;/sp:TransportBinding&gt;
 (10) &nbsp; &nbsp; &nbsp; &lt;sp:AsymmetricBinding&gt;…&lt;/sp:AsymmetricBinding &gt;
-(11) &nbsp; &nbsp; &lt;/ExactlyOne&gt;
-(12) &nbsp; &lt;/Policy&gt;
+(11) &nbsp; &nbsp; &lt;/wsp:ExactlyOne&gt;
+(12) &nbsp; &lt;/wsp:Policy&gt;
 
 (13) &nbsp; &lt;wsdl20:binding name="SecureBinding"
 (14)  &nbsp; &nbsp; &nbsp;interface="tns:RealTimeDataInterface" &gt;
-(15) &nbsp; &nbsp; &lt;PolicyReference URI="#secure" /&gt;
+(15) &nbsp; &nbsp; &lt;wsp:PolicyReference URI="#secure" /&gt;
 (16) &nbsp; &nbsp; &lt;wsdl20:operation name="GetRealQuote" &gt;…&lt;/wsdl20:operation&gt;
 (17) &nbsp; &nbsp; …
 (18) &nbsp; &lt;/wsdl20:binding&gt;
@@ -820,7 +820,7 @@
 (20) &nbsp; &nbsp; &nbsp; &nbsp;interface="tns:RealTimeDataInterface" &gt;
 (21) &nbsp; &nbsp; &lt;wsdl20:endpoint name="RealTimeDataPort" 
 (22) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;binding="tns:SecureBinding"&gt;
-(23) &nbsp; &nbsp; &nbsp; &lt;PolicyReference URI="#common" /&gt;
+(23) &nbsp; &nbsp; &nbsp; &lt;wsp:PolicyReference URI="#common" /&gt;
 (24) &nbsp; &nbsp; &nbsp; …
 (25) &nbsp; &nbsp; &lt;/wsdl20:endpoint&gt;
 (26) &nbsp; &lt;/wsdl20:service&gt;
@@ -1858,4 +1858,6 @@
     Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/135">135</a>.
     </td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">UY</td><td rowspan="1" colspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4209">4209</a>.
     Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/131">131</a>.
+    </td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">UY</td><td rowspan="1" colspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4226">4226</a>.
+    Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/134">134</a>.
     </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file

Received on Monday, 22 January 2007 22:25:36 UTC