- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Apr 2005 21:07:58 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv11951
Modified Files:
wsdl20.xml
Log Message:
Fixed error in XML Representation of Endpoint Component reported by Jacek:
+ should be on <endpoint>, not <service>
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.202
retrieving revision 1.203
diff -C2 -d -r1.202 -r1.203
*** wsdl20.xml 14 Apr 2005 16:22:26 -0000 1.202
--- wsdl20.xml 15 Apr 2005 21:07:55 -0000 1.203
***************
*** 6251,6256 ****
<documentation />?
[ <feature /> | <property /> ]*
! </<b>endpoint</b>>
! </service>+
</description>
</eg>
--- 6251,6256 ----
<documentation />?
[ <feature /> | <property /> ]*
! </<b>endpoint</b>>+
! </service>
</description>
</eg>
Received on Friday, 15 April 2005 21:07:58 UTC