- From: Umit Yalsinap via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Jan 2007 22:25:18 +0000
- To: public-ws-policy-eds@w3.org
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) <wsdl20:description> (02) … -(03) <Policy wsu:Id="common"> +(03) <wsp:Policy wsu:Id="common"> (04) <mtom:OptimizedMimeSerialization wsp:Optional="true"/> (05) <wsap:UsingAddressing /> -(06) </Policy> +(06) </wsp:Policy> -(07) <Policy wsu:Id="secure"> -(08) <ExactlyOne> +(07) <wsp:Policy wsu:Id="secure"> +(08) <wsp:ExactlyOne> (09) <sp:TransportBinding>…</sp:TransportBinding> (10) <sp:AsymmetricBinding>…</sp:AsymmetricBinding > -(11) </ExactlyOne> -(12) </Policy> +(11) </wsp:ExactlyOne> +(12) </wsp:Policy> (13) <wsdl20:binding name="SecureBinding" (14) interface="tns:RealTimeDataInterface" > -(15) <PolicyReference URI="#secure" /> +(15) <wsp:PolicyReference URI="#secure" /> (16) <wsdl20:operation name="GetRealQuote" >…</wsdl20:operation> (17) … (18) </wsdl20:binding> @@ -1260,7 +1260,7 @@ (20) interface="tns:RealTimeDataInterface" > (21) <wsdl20:endpoint name="RealTimeDataPort" (22) binding="tns:SecureBinding"> -(23) <PolicyReference URI="#common" /> +(23) <wsp:PolicyReference URI="#common" /> (24) … (25) </wsdl20:endpoint> (26) </wsdl20:service> @@ -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