- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Jan 2007 06:14:11 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G
In directory hutz:/tmp/cvs-serv24104/test-suite/documents/good/MessageTest-2G
Modified Files:
HTTPservice.wsdl
Log Message:
Added trailing slash to endpoint addresses in MessageTest-2G and 3G. Fixed typo in Echo-2B url in test-cases.xml. Regenerated all results.
Index: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/HTTPservice.wsdl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** HTTPservice.wsdl 2 Jan 2007 18:53:52 -0000 1.8
--- HTTPservice.wsdl 5 Jan 2007 06:14:09 -0000 1.9
***************
*** 168,176 ****
<documentation>Exercise each endpoint in order.</documentation>
<endpoint name="MessageTestHTTP" binding="tns:EchoHTTPBinding"
! address="http://example.org/MessageTest-2G/endpoint-1"/>
<endpoint name="MessageTestURLHTTP" binding="tns:EchoURLHTTPBinding"
! address="http://example.org/MessageTest-2G/endpoint-2"/>
<endpoint name="MessageTestMultipartHTTP" binding="tns:EchoMultipartHTTPBinding"
! address="http://example.org/MessageTest-2G/endpoint-3"/>
</service>
</description>
--- 168,176 ----
<documentation>Exercise each endpoint in order.</documentation>
<endpoint name="MessageTestHTTP" binding="tns:EchoHTTPBinding"
! address="http://example.org/MessageTest-2G/endpoint-1/"/>
<endpoint name="MessageTestURLHTTP" binding="tns:EchoURLHTTPBinding"
! address="http://example.org/MessageTest-2G/endpoint-2/"/>
<endpoint name="MessageTestMultipartHTTP" binding="tns:EchoMultipartHTTPBinding"
! address="http://example.org/MessageTest-2G/endpoint-3/"/>
</service>
</description>
Received on Friday, 5 January 2007 06:14:21 UTC