Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 44377 invoked from network); 26 Jul 2005 10:33:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2005 10:33:53 -0000 Received: (qmail 69034 invoked by uid 500); 26 Jul 2005 10:33:48 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 68994 invoked by uid 500); 26 Jul 2005 10:33:48 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 68981 invoked by uid 99); 26 Jul 2005 10:33:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 03:33:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of vreddyp@gmail.com designates 64.233.170.205 as permitted sender) Received: from [64.233.170.205] (HELO rproxy.gmail.com) (64.233.170.205) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 03:33:41 -0700 Received: by rproxy.gmail.com with SMTP id j1so722630rnf for ; Tue, 26 Jul 2005 03:33:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rSBgOnkczAFq/muEo9lhGEGqDcWM9En1iEq6+6vIsMhPy7IltloUMGYn8bZlNPlhZswSnrB/8Zcx0yLygecZ/Ye+pk5UiT+mZTTfOrkG+SaUD3DSTLbrjVfRlJpQu4hueGA7zGhhsOkTnZrs7cK4uBQHF8rvznlWYJCwhaDvat8= Received: by 10.38.97.67 with SMTP id u67mr260607rnb; Tue, 26 Jul 2005 03:33:45 -0700 (PDT) Received: by 10.38.89.4 with HTTP; Tue, 26 Jul 2005 03:33:45 -0700 (PDT) Message-ID: Date: Tue, 26 Jul 2005 16:03:45 +0530 From: Venkat Reddy Reply-To: Venkat Reddy To: axis-dev@ws.apache.org Subject: Re: [Axis-2] WSDL2Code - is it working ? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ajith, Still XXXMessageReciever won't compile since it expects init method on XXXSkeleton and the JUnit TestCase XXXLocalTestcase won't compile due to broken code like the following, //create a new databinder .echoStringDatabindingSupporter databindSupporter =3D new ...... Note the missing identifier before the dot, possibly due to not being able to find a databinder class. - venkat On 7/26/05, Ajith Ranabahu wrote: > Hi Venkat, > Actually the 80 column change that was done some time back has caused th= is > problem. Now the templates are reverted and it should work if you get the > latest from SVN >=20 >=20 > On 7/26/05, Venkat Reddy wrote: > > I just tried it with some simplest wsdl file and code generated is not > > in a compilable shape with lot of illegal and unnecessary line breaks. > > I thought we had this code since M2, so is it because i'm doing > > something wrong?=20 > >=20 > > Actually, i'm looking to use this tool to generate code for JAX-WS > > stubs. I think it should allow to plug-in my own emitter with > > customized templates that implement JAX-WS interfaces. Is this > > possible? or should I write my own code generator for this?=20 > >=20 > > best regards > > - venkat > >=20 > > ----------------- the test wsdl follows -------------------- > > > > > targetNamespace=3D" http://SimpleTest.org/" > > xmlns=3D"http://schemas.xmlsoap.org/wsdl/" > > xmlns:soap=3D" > http://schemas.xmlsoap.org/wsdl/soap/" > > =20 > xmlns:xsd=3D"http://www.w3.org/2001/XMLSchema" > > xmlns:soapenc=3D" > http://schemas.xmlsoap.org/soap/encoding/" > > xmlns:tns=3D"http://SimpleTest.org/" > > xmlns:s=3D" http://SimpleTest.org/xsd" > > =20 > xmlns:wsdl=3D"http://schemas.xmlsoap.org/wsdl/"> > >=20 > > > > xmlns=3D"http://www.w3.org/2001/XMLSchema" > > targetNamespace=3D"http://SimpleTest.org/xsd"> > >=20 > > > > > > > > name=3D"inputString" type=3D"xsd:string" nillable=3D"true"/> > > > > > > =20 > >=20 > > name=3D"StringResponseName"> > > > > > > name=3D"responseString" type=3D"xsd:string" nillable=3D"true"/> > > > > > > =20 > > > > > >=20 > > > > > > > > > > element=3D"s:StringResponseName"/> > > > >=20 > > > > > > > > message=3D"tns:echoStringResponse"/> > > > > > >=20 > > > > > transport=3D"http://schemas.xmlsoap.org/soap/http"/> > > > > soapAction=3D"http://SimpleTest.org/"/> > > > > use=3D"literal"/> > > > > > > use=3D"literal"/> > > > > > > > >=20 > > > > binding=3D"tns:SimpleTestBinding"> > > > > location=3D"http://localhost:8080/axis/services/SimpleTestPort"/ > > > > > > > > > >=20 >=20 >=20 >=20 > --=20 > Ajith Ranabahu