- From: Prasad Yendluri via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Aug 2006 18:45:42 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv9462
Modified Files:
ws-policy-attachment.xml
Log Message:
Implemented resolution for Issue 3544 - ws-policy-attach to permit use of BP1.1 amended extensibility points
Index: ws-policy-attachment.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-attachment.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ws-policy-attachment.xml 19 Aug 2006 01:15:46 -0000 1.26
+++ ws-policy-attachment.xml 25 Aug 2006 18:45:39 -0000 1.27
@@ -672,8 +672,14 @@
the <termref def='policy'>policy</termref> reference <rfc2119>SHOULD</rfc2119> be attached using
<el>wsp:PolicyReference</el> as child element unless it is
absolutely necessary to maintain the original WSDL 1.1 restriction, in
-which case the <att>@wsp:PolicyURIs</att> attribute should be used
-for those restricted cases.</p>
+which case the <att>@wsp:PolicyURIs</att> attribute MAY be used
+for the following WSDL elements:</p>
+ <ulist>
+ <item><p><el>wsdl11:portType</el></p></item>
+ <item><p><el>wsdl11:portType/wsdl11:operation/wsdl11:input</el></p></item>
+ <item><p><el>wsdl11:portType/wsdl11:operation/wsdl11:output</el></p></item>
+ <item><p><el>wsdl11:portType/wsdl11:operation/wsdl11:fault</el></p></item>
+ </ulist>
<p>If it is necessary to include the actual <termref def='policy_expression'>policy expressions</termref> within
the WSDL description itself, it is <rfc2119>RECOMMENDED</rfc2119> that
@@ -1891,7 +1897,16 @@
<td>Added a new Section <specref ref="change-description"/> (that provides
a list of substantive chanages since the previous publication).
</td>
- </tr>
+ </tr>
+ <tr>
+ <td>20060825</td>
+ <td>PY</td>
+ <td>Implemented the
+ <loc href="http://www.w3.org/2006/08/23-ws-policy-minutes.html#action12">resolution</loc>
+ for issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=3544">3544</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Received on Friday, 25 August 2006 18:45:53 UTC