- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Sep 2005 19:09:50 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv31214
Modified Files:
ws-addr-wsdl.xml
Log Message:
Added resolution to issue 20 - noted that inclusion of InterfaceName or @EndpointName in an EPR makes the EPR specific to the identified interface or endpoint respectively
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** ws-addr-wsdl.xml 15 Sep 2005 18:47:21 -0000 1.50
--- ws-addr-wsdl.xml 15 Sep 2005 19:09:48 -0000 1.51
***************
*** 152,156 ****
<p>A QName identifying a description of the sequences of messages that a
service sends and/or receives. This corresponds to a WSDL 2.0
! interface and/or a WSDL 1.1 port type.</p>
</def>
</gitem>
--- 152,158 ----
<p>A QName identifying a description of the sequences of messages that a
service sends and/or receives. This corresponds to a WSDL 2.0
! interface and/or a WSDL 1.1 port type. When this element is included in an EPR, the
! EPR is considered to be specific to the interface or port type
! it identifies.</p>
</def>
</gitem>
***************
*** 168,172 ****
<p>An NCName that identifies one endpoint amongst the set identified by
by the service name above. An endpoint is represented by an endpoint
! in WSDL 2.0 and a port in WSDL 1.1.</p>
</def>
</gitem>
--- 170,177 ----
<p>An NCName that identifies one endpoint amongst the set identified by
by the service name above. An endpoint is represented by an endpoint
! in WSDL 2.0 and a port in WSDL 1.1. When this attribute is
! specified, the
! EPR is considered to be specific to the endpoint or port
! it identifies.</p>
</def>
</gitem>
Received on Thursday, 15 September 2005 19:10:14 UTC