Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 79679 invoked from network); 6 Jun 2005 09:23:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2005 09:23:12 -0000 Received: (qmail 11676 invoked by uid 500); 6 Jun 2005 09:23:10 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 11625 invoked by uid 500); 6 Jun 2005 09:23:10 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 11609 invoked by uid 99); 6 Jun 2005 09:23:09 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 06 Jun 2005 02:23:07 -0700 Received: (qmail 76485 invoked by uid 65534); 6 Jun 2005 09:16:03 -0000 Message-ID: <20050606091603.76484.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r180273 - in /webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl: codegen/emitter/MultiLanguageClientEmitter.java template/java/TestClassTemplate.xsl Date: Mon, 06 Jun 2005 09:16:03 -0000 To: axis-cvs@ws.apache.org From: chathura@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chathura Date: Mon Jun 6 02:16:03 2005 New Revision: 180273 URL: http://svn.apache.org/viewcvs?rev=3D180273&view=3Drev Log: Fixed the case where the WSDL Operation will not return anything(void ). Modified: webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/codeg= en/emitter/MultiLanguageClientEmitter.java webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/templ= ate/java/TestClassTemplate.xsl Modified: webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl= /codegen/emitter/MultiLanguageClientEmitter.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl= /src/org/apache/axis/wsdl/codegen/emitter/MultiLanguageClientEmitter.java?r= ev=3D180273&r1=3D180272&r2=3D180273&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/codeg= en/emitter/MultiLanguageClientEmitter.java (original) +++ webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/codeg= en/emitter/MultiLanguageClientEmitter.java Mon Jun 6 02:16:03 2005 @@ -331,7 +331,6 @@ fillSyncAttributes(doc, rootElement); loadOperations(boundInterface, doc, rootElement); doc.appendChild(rootElement); - return doc; } =20 Modified: webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl= /template/java/TestClassTemplate.xsl URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl= /src/org/apache/axis/wsdl/template/java/TestClassTemplate.xsl?rev=3D180273&= r1=3D180272&r2=3D180273&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/templ= ate/java/TestClassTemplate.xsl (original) +++ webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/templ= ate/java/TestClassTemplate.xsl Mon Jun 6 02:16:03 2005 @@ -102,7 +102,7 @@ ()cre= ateTestInput(.class)));//this should c= ome as a type - assertNotNull(stub.()); + // assertNotNull(stub.()); =20