- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Jan 2007 19:41:19 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G
In directory hutz:/tmp/cvs-serv5103/test-suite/documents/good/MessageTest-1G
Modified Files:
SOAPservice.wsdl
Log Message:
Updates:
1) MessageTest-1G - changed order of outfaults so the analizer will look for the right one (the first one).
2) MessageTest-3G - changed the content model of EchoString to conform to the IRI style used in the test.
3) Echo-2B - fixed Identifier in TestMetadata.xml
Index: SOAPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-1G/SOAPservice.wsdl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C 2 -d -r1.13 -r1.14
*** SOAPservice.wsdl 13 Dec 2006 19:15:39 -0000 1.13
--- SOAPservice.wsdl 8 Jan 2007 19:41:17 -0000 1.14
***************
*** 96,101 ****
<input element="xsmt:echoInt3"/>
<output element="xsmt:echoInt3Return"/>
- <outfault ref="tns:MessageTestSimpleFault"/>
<outfault ref="tns:MessageTestFault"/>
</operation>
<operation name="Send" pattern="http://www.w3.org/2006/01/wsdl/in-only">
--- 96,101 ----
<input element="xsmt:echoInt3"/>
<output element="xsmt:echoInt3Return"/>
<outfault ref="tns:MessageTestFault"/>
+ <outfault ref="tns:MessageTestSimpleFault"/>
</operation>
<operation name="Send" pattern="http://www.w3.org/2006/01/wsdl/in-only">
Received on Monday, 8 January 2007 19:41:39 UTC