2002/ws/desc/wsdl20 wsdl20.xml,1.202,1.203

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 ****
        &lt;documentation /&gt;?
        [ &lt;feature /&gt; | &lt;property /&gt; ]*
!     &lt;/<b>endpoint</b>&gt;
!   &lt;/service&gt;+
  &lt;/description&gt;
  </eg>
--- 6251,6256 ----
        &lt;documentation /&gt;?
        [ &lt;feature /&gt; | &lt;property /&gt; ]*
!     &lt;/<b>endpoint</b>&gt;+
!   &lt;/service&gt;
  &lt;/description&gt;
  </eg>

Received on Friday, 15 April 2005 21:07:58 UTC