- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Apr 2006 08:42:26 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv28281
Modified Files:
ws-addr-wsdl.xml
Log Message:
Changed the {reference parameters} property from REQUIRED to OPTIONAL in the component model. This completes LC116.
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** ws-addr-wsdl.xml 27 Mar 2006 19:48:00 -0000 1.85
--- ws-addr-wsdl.xml 17 Apr 2006 08:42:23 -0000 1.86
***************
*** 1017,1028 ****
<div3 id="refpinwsdlcm">
<head>WSDL 2.0 Component Model Changes</head>
! <p>Use of WS-Addressing adds the following REQUIRED properties to the WSDL 2.0
component model:</p>
<ulist>
<item>
! <p>A property of the Endpoint component, named {reference parameters}. This property is of type
! xs:any, with a cardinality of 0 to unbounded. The property has the
! value of the [reference parameters] message addressing property, if
! present; there is no default value.</p>
</item>
</ulist>
--- 1017,1030 ----
<div3 id="refpinwsdlcm">
<head>WSDL 2.0 Component Model Changes</head>
! <p>Use of WS-Addressing adds the following OPTIONAL properties to the WSDL 2.0
component model:</p>
<ulist>
<item>
! <p>A property of the Endpoint component, named {reference parameters}.
! This property is of type xs:any, with a cardinality of 0 to
! unbounded. The property has the value of the [reference parameters]
! message addressing property, if present; there is no default value -
! if the [reference parameters] message addressing property is not
! present, this property is likewise absent.</p>
</item>
</ulist>
Received on Monday, 17 April 2006 08:42:34 UTC