Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 88940 invoked by uid 500); 18 May 2002 14:08:32 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 88931 invoked by uid 500); 18 May 2002 14:08:32 -0000 Delivered-To: apmail-xml-axis-cvs@apache.org Date: 18 May 2002 14:08:32 -0000 Message-ID: <20020518140832.25688.qmail@icarus.apache.org> From: scheu@apache.org To: xml-axis-cvs@apache.org Subject: cvs commit: xml-axis/java/test/wsdl Wsdl2javaTestSuite.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N scheu 02/05/18 07:08:32 Modified: java build.xml java/test/wsdl Wsdl2javaTestSuite.xml Log: Added a test (addrNoImplSEI) This test ensures that an service implementation does not need to implement the SEI (Service Endpoint Interface). An test.addrNoImplSEI.AddressBookSoapImpl is added that is just like the samples.addr.AddressBookSoapImpl except that it does not implement AddressBook. I also removed the elements from the deploy.wsdd for this test to force the runtime to use introspection. Revision Changes Path 1.133 +22 -2 xml-axis/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-axis/java/build.xml,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- build.xml 2 May 2002 21:03:13 -0000 1.132 +++ build.xml 18 May 2002 14:08:31 -0000 1.133 @@ -334,13 +334,33 @@ - + + + + + + + + + + + + + @@ -353,7 +373,7 @@ - + 1.98 +0 -12 xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml Index: Wsdl2javaTestSuite.xml =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- Wsdl2javaTestSuite.xml 14 May 2002 15:17:19 -0000 1.97 +++ Wsdl2javaTestSuite.xml 18 May 2002 14:08:31 -0000 1.98 @@ -28,18 +28,6 @@ --> - - - -