- From: Hugo Haas <hugo@dev.w3.org>
- Date: Wed, 21 Jul 2004 12:49:40 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv3861
Modified Files:
properties.dtd wsdl20-bindings.xml
Log Message:
Fixed a typo around wsdl:address
Index: wsdl20-bindings.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** wsdl20-bindings.xml 21 Jul 2004 11:07:20 -0000 1.60
--- wsdl20-bindings.xml 21 Jul 2004 12:49:38 -0000 1.61
***************
*** 1412,1417 ****
for the relative portion of the request URI for an
operation. This URI is combined with the base URI
! specified in the <el>wsdl:address</el>
! &EII; to form the
full URI for the HTTP request to invoke the
operation. It MUST contain an absolute or a
--- 1412,1417 ----
for the relative portion of the request URI for an
operation. This URI is combined with the base URI
! specified in the
! &endpoint-address-p; property of the endpoint element to form the
full URI for the HTTP request to invoke the
operation. It MUST contain an absolute or a
Index: properties.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/properties.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** properties.dtd 20 Jul 2004 15:06:24 -0000 1.2
--- properties.dtd 21 Jul 2004 12:49:38 -0000 1.3
***************
*** 22,23 ****
--- 22,27 ----
<!ENTITY interface_operation-style-p
"<xspecref href='&InterfaceOperationProperties;'>{style}</xspecref>">
+
+ <!ENTITY EndpointProperties "&w3c-designation-part1;#Endpoint_details">
+ <!ENTITY endpoint-address-p
+ "<xspecref href='&EndpointProperties;'>{address}</xspecref>">
Received on Wednesday, 21 July 2004 08:49:40 UTC