- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Mar 2006 22:56:27 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv13177
Modified Files:
ws-addr-wsdl.xml
Log Message:
Implemented the resolution of LC116: added section describing the {reference parameters} property.
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** ws-addr-wsdl.xml 13 Mar 2006 13:30:41 -0000 1.79
--- ws-addr-wsdl.xml 15 Mar 2006 22:56:25 -0000 1.80
***************
*** 943,946 ****
--- 943,959 ----
endpoint MUST include the contents of the wsa:ReferenceParameters WSDL extension
element.</p>
+ <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>
+ </div3>
</div2>
</div1>
Received on Wednesday, 15 March 2006 22:56:31 UTC