Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 99886 invoked from network); 16 Oct 2006 23:37:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2006 23:37:10 -0000 Received: (qmail 46862 invoked by uid 500); 16 Oct 2006 23:37:09 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 46851 invoked by uid 500); 16 Oct 2006 23:37:09 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 46833 invoked by uid 99); 16 Oct 2006 23:37:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 16:37:09 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of DMeier@serena.com designates 199.201.227.26 as permitted sender) Received: from [199.201.227.26] (HELO hqsmtp.serena.com) (199.201.227.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 16:37:07 -0700 Received: from ord-mail.serena.com (unverified) by hqsmtp.serena.com (Content Technologies SMTPRS 4.3.12) with ESMTP id for ; Mon, 16 Oct 2006 16:36:46 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6F17B.F1A43AAF" Subject: RE: [Axis2][Fwd: using generates some java & some C code... Help need] Date: Mon, 16 Oct 2006 16:36:45 -0700 Message-ID: <5C7C274E48EEE8488755EFEA9D17DB2321145A@ord-mail.serena.com> In-Reply-To: <009101c6f163$2f63e510$a005410a@nexatech.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Axis2] [Fwd: using generates some java & some C code... Help need] Thread-Index: AcburMfFLWm6qvYjR2aq6TQkigybUgCthp9AAAYvKnA= From: "Dave Meier" To: "Apache AXIS C User List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6F17B.F1A43AAF Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am also seeing the same problem. Specifying "-d adb" when running WSDL2Code to generate C code as shown below results in all the data structures being generated in Java. Will this be fixed soon? =20 Thanks, =20 -Dave. ________________________________ From: Sharad Baronia [mailto:sbaronia@nexatech.com]=20 Sent: Monday, October 16, 2006 1:40 PM To: 'Apache AXIS C User List'; 'Dimuthu Chathuranga' Subject: RE: [Axis2][Fwd: using generates some java & some C code... Help need] Hi Dimuthu, =20 I had already tried that. I give the same respond, except that it doesn't generate stub anymore. =20 Thanks, =20 /Sharad =20 =20 ________________________________ From: Dimuthu Chathuranga [mailto:dimuthuc@gmail.com]=20 Sent: Friday, October 13, 2006 2:48 AM To: Apache AXIS C User List Subject: Re: [Axis2][Fwd: using generates some java & some C code... Help need] =20 Hi, you have missed adding -Dorg.apache.adb.properties=3D/org/apache/axis2/schema/c-schema-compile.pr operties compiler option. It should be added right next to the wsdl2code before giving any option. This is requried onlyto generate code for adb binding.=20 =20 so your final command wiill be like this, =20 wsdl2code -Dorg.apache.adb.properties=3D/org/apache/axis2/schema/c-schema-compile.pr operties -o d:\sbaronia\c -a -l c -ss -sd -d adb -u -uri D:\sbaronia\workspace\test\corporateaction.wsdl =20 =20 Thanks Dimuthu =20 On 10/13/06, Samisa Abeysinghe wrote:=20 Sharad Baronia wrote: > Hi Samisa, > > Is it going to be part of Axis2 1.1 rc1 nightly build?=20 > I am afraid not - this issues is still pending :( Samisa... --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org ________________________________________________________________________ ___ Inbound Email has been scanned by Nexa Technologies Email Security Systems. ________________________________________________________________________ ___ ________________________________________________________________________ ___ All outbound Email is scanned by Nexa Technologies Email Security Systems. ________________________________________________________________________ ___ ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is = prohibited. If you are not the intended recipient, please contact the sende= r by reply e-mail and destroy all copies of the original message. ------_=_NextPart_001_01C6F17B.F1A43AAF Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
I am also seeing the same problem.  Specify= ing "-d=20 adb" when running WSDL2Code to generate C code as shown below results in al= l the=20 data structures being generated in Java.  Will this be fixed=20 soon?
 
Thanks,
 
-Dave.


From: Sharad Baronia=20 [mailto:sbaronia@nexatech.com]
Sent: Monday, October 16, 2006 1:= 40=20 PM
To: 'Apache AXIS C User List'; 'Dimuthu=20 Chathuranga'
Subject: RE: [Axis2][Fwd: using <WSDL2Code -l c&g= t;=20 generates some java & some C code... Help need]

Hi=20 Dimuthu,

 

   I h= ad=20 already tried that.

   I g= ive the=20 same respond, except that it doesn’t generate stub=20 anymore.

 

Thanks,

 

/Sharad

 

 


From: Dimuthu=20 Chathuranga [mailto:dimuthuc@gmail.com]
Sent:
Friday, October 13, 2006 2:48= AM
To: Apache AXIS C User List
Subject: Re: [Axis2][Fwd: using=20 <WSDL2Code -l c> generates some java & some C code... Help=20 need]

 

Hi,

you have missed adding =20 -Dorg.apache.adb.properties=3D/org/apache/axis2/schema/c-schema-compile.pro= perties=20 compiler option. It should be added right next to the wsdl2code=20 before giving any option. This is requried onlyto generate code f= or=20 adb binding.

 

so your final command wiill be like=20 this,

 

wsdl2code=20 -Dorg.apache.adb.properties=3D/org/apache/axis2/schema/c-schema-compile.pro= perties=20 -o d:\sbaronia\c -a -l c -ss -sd -d adb -u -uri=20 D:\sbaronia\workspace\test\corporateaction.wsdl
 

 

Thanks

Dimuthu
 

On 10/13/06, Samisa Abeysinghe <samisa@wso2.com>=20 wrote:

Sharad Baronia wrote:
> Hi= Samisa,
>
>   Is it going to be part of Axis2 1.1 rc= 1=20 nightly build?
>
I am afraid not - this issues is still pending= :(

Samisa...


-------------------------------------------= --------------------------
To=20 unsubscribe, e-mail: axis-c-user-unsubscri= be@ws.apache.org
For=20 additional commands, e-mail: axis-c-user-help@ws.apache.o= rg



_________________________________________= __________________________________

Inbound=20 Email has been scanned by Nexa Technologies Email Security=20 Systems.
_______________________________________________________________= ____________


________________________= ___________________________________________________

All=20 outbound Email is scanned by Nexa Technologies Email Security=20 Systems.
_______________________________________________________________= ____________


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorized review, use, disclosure or distribution is = prohibited. If you are not the intended recipient, please contact the sende= r by reply e-mail and destroy all copies of the original message.
------_=_NextPart_001_01C6F17B.F1A43AAF--