2006/ws/policy ws-policy-attachment.xml,1.79,1.80

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

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

Index: ws-policy-attachment.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- ws-policy-attachment.xml	22 Jan 2007 22:04:43 -0000	1.79
+++ ws-policy-attachment.xml	22 Jan 2007 22:25:16 -0000	1.80
@@ -686,7 +686,7 @@
 <el>/wsp:PolicyAttachment/wsse:Security</el>
 </label>
 <def>
-  <p>This element is of type <att>xs:boolean</att> and allows security information such as
+  <p>This element is of type <att>wsse:Security</att> and allows security information such as
 signatures to be included. The syntax of this element is described in
 WS-Security [<bibref ref="WS-Security"/>].</p>
 </def>
@@ -1237,21 +1237,21 @@
 <head>Example Policy Attached to WSDL 2.0</head>
 <eg xml:space="preserve">(01) &lt;wsdl20:description&gt;
 (02) &hellip;
-(03)   &lt;Policy wsu:Id="common"&gt;
+(03)   &lt;wsp:Policy wsu:Id="common"&gt;
 (04)     &lt;mtom:OptimizedMimeSerialization wsp:Optional="true"/&gt;
 (05)     &lt;wsap:UsingAddressing /&gt;
-(06)   &lt;/Policy&gt;
+(06)   &lt;/wsp:Policy&gt;
 
-(07)   &lt;Policy wsu:Id="secure"&gt;
-(08)     &lt;ExactlyOne&gt;
+(07)   &lt;wsp:Policy wsu:Id="secure"&gt;
+(08)     &lt;wsp:ExactlyOne&gt;
 (09)       &lt;sp:TransportBinding&gt;&hellip;&lt;/sp:TransportBinding&gt;
 (10)       &lt;sp:AsymmetricBinding&gt;&hellip;&lt;/sp:AsymmetricBinding &gt;
-(11)     &lt;/ExactlyOne&gt;
-(12)   &lt;/Policy&gt;
+(11)     &lt;/wsp:ExactlyOne&gt;
+(12)   &lt;/wsp:Policy&gt;
 
 (13)   &lt;wsdl20:binding name="SecureBinding"
 (14)       interface="tns:RealTimeDataInterface" &gt;
-(15)     &lt;PolicyReference URI="#secure" /&gt;
+(15)     &lt;wsp:PolicyReference URI="#secure" /&gt;
 (16)     &lt;wsdl20:operation name="GetRealQuote" &gt;&hellip;&lt;/wsdl20:operation&gt;
 (17)     &hellip;
 (18)   &lt;/wsdl20:binding&gt;
@@ -1260,7 +1260,7 @@
 (20)        interface="tns:RealTimeDataInterface" &gt;
 (21)     &lt;wsdl20:endpoint name="RealTimeDataPort" 
 (22)          binding="tns:SecureBinding"&gt;
-(23)       &lt;PolicyReference URI="#common" /&gt;
+(23)       &lt;wsp:PolicyReference URI="#common" /&gt;
 (24)       &hellip;
 (25)     &lt;/wsdl20:endpoint&gt;
 (26)   &lt;/wsdl20:service&gt;
@@ -3218,7 +3218,14 @@
     <td>Implemented the resolution for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4209">4209</loc>.
     Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/131">131</loc>.
     </td>
-  </tr>                                     
+  </tr>  
+ <tr>
+    <td>20070122</td>
+    <td>UY</td>
+    <td>Implemented the resolution for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4226">4226</loc>.
+    Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/134">134</loc>.
+    </td>
+  </tr>                                    
 </tbody>
 </table>
 </inform-div1>

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