- From: Umit Yalsinap via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Jan 2007 22:25:32 +0000
- To: public-ws-policy-eds@w3.org
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) <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> @@ -820,7 +820,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> @@ -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