- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Jan 2007 06:14:07 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-3G
In directory hutz:/tmp/cvs-serv24104/test-suite/documents/good/MessageTest-3G
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-3G/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:50 -0000 1.8
--- HTTPservice.wsdl 5 Jan 2007 06:14:05 -0000 1.9
***************
*** 152,162 ****
<documentation>Exercise each endpoint in order.</documentation>
<endpoint name="MessageTestGeneric" binding="tns:SafeEchoHTTPBinding"
! address="http://example.org/MessageTest-3G/endpoint-1"/>
<endpoint name="MessageTestCodedHTTP" binding="tns:CodedEchoHTTPBinding"
! address="http://example.org/MessageTest-3G/endpoint-2"/>
<endpoint name="MessageTestHTTP" binding="tns:EchoHTTPBinding"
! address="http://example.org/MessageTest-3G/endpoint-3"/>
<endpoint name="AuthenticMessageTestHTTP" binding="tns:EchoHTTPBinding"
! address="http://example.org/MessageTest-3G/endpoint-4"
whttp:authenticationScheme="basic"
whttp:authenticationRealm="example.org Realm"/>
--- 152,162 ----
<documentation>Exercise each endpoint in order.</documentation>
<endpoint name="MessageTestGeneric" binding="tns:SafeEchoHTTPBinding"
! address="http://example.org/MessageTest-3G/endpoint-1/"/>
<endpoint name="MessageTestCodedHTTP" binding="tns:CodedEchoHTTPBinding"
! address="http://example.org/MessageTest-3G/endpoint-2/"/>
<endpoint name="MessageTestHTTP" binding="tns:EchoHTTPBinding"
! address="http://example.org/MessageTest-3G/endpoint-3/"/>
<endpoint name="AuthenticMessageTestHTTP" binding="tns:EchoHTTPBinding"
! address="http://example.org/MessageTest-3G/endpoint-4/"
whttp:authenticationScheme="basic"
whttp:authenticationRealm="example.org Realm"/>
Received on Friday, 5 January 2007 06:14:46 UTC