Re: [Axis2]WSDL2Java Code generation option

2006-11-07 Thread Thilo Frotscher
Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 5:13 PM To: axis-dev@ws.apache.org Cc: Thilina Gunarathne Subject: Re: [Axis2]WSDL2Java Code generation option On Mon, 2006-10-09 at 07:54 -0400, Srinath Perera wrote: Hi AJith,All; As far as I understand

RE: [Axis2]WSDL2Java Code generation option

2006-10-10 Thread Tom Jordahl
, 2006 5:13 PM To: axis-dev@ws.apache.org Cc: Thilina Gunarathne Subject: Re: [Axis2]WSDL2Java Code generation option On Mon, 2006-10-09 at 07:54 -0400, Srinath Perera wrote: Hi AJith,All; As far as I understand 1) no options client side only 2) -s server side 3) -sd -ss service side

Re: [Axis2]WSDL2Java Code generation option

2006-10-09 Thread Srinath Perera
Hi AJith,All; As far as I understand 1) no options client side only 2) -s server side 3) -sd -ss service side discriptions, this only work with -ss 4) -g all, but no service.xml .. So I put -g -sd ..still none becouse -sd only works with -ss .. so -g -ss and -sd Sorry but I feel this is far

Re: [Axis2]WSDL2Java Code generation option

2006-10-09 Thread Ajith Ranabahu
Hi, I guess you have a point about -ss and -sd. I mean we can assume that -ss implies -sd Ajith On 10/9/06, Srinath Perera [EMAIL PROTECTED] wrote: Hi AJith,All; As far as I understand 1) no options client side only 2) -s server side 3) -sd -ss service side discriptions, this only work with

Re: [Axis2]WSDL2Java Code generation option

2006-10-09 Thread Sanjiva Weerawarana
On Mon, 2006-10-09 at 07:54 -0400, Srinath Perera wrote: Hi AJith,All; As far as I understand 1) no options client side only 2) -s server side 3) -sd -ss service side discriptions, this only work with -ss 4) -g all, but no service.xml .. So I put -g -sd ..still none becouse -sd only

Re: [Axis2]WSDL2Java Code generation option

2006-10-09 Thread Srinath Perera
+1 yep :) That way we can keep most of old options intact Srinath On 10/9/06, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: On Mon, 2006-10-09 at 07:54 -0400, Srinath Perera wrote: Hi AJith,All; As far as I understand 1) no options client side only 2) -s server side 3) -sd -ss service

[Axis2]WSDL2Java Code generation option

2006-10-07 Thread Srinath Perera
Hi All; Right now When we codegen for server side with WSDL2Java .. when we give -sd or -ss it create only server side code. However it is very useful if it generate both server and client side code. Axis1.1 use to do that. If you think about it .. 90% of the time user will need to check does

Re: [Axis2]WSDL2Java Code generation option

2006-10-07 Thread Davanum Srinivas
:) +1 from me. I tried sneaking this in a couple of times via the testcase generation option. Not sure if it still works. (-ss -sd -t) -- dims On 10/7/06, Srinath Perera [EMAIL PROTECTED] wrote: Hi All; Right now When we codegen for server side with WSDL2Java .. when we give -sd or -ss it

Re: [Axis2]WSDL2Java Code generation option

2006-10-07 Thread Dennis Sosnoski
Try the -g option. - Dennis Davanum Srinivas wrote: :) +1 from me. I tried sneaking this in a couple of times via the testcase generation option. Not sure if it still works. (-ss -sd -t) -- dims On 10/7/06, Srinath Perera [EMAIL PROTECTED] wrote: Hi All; Right now When we codegen for

Re: [Axis2]WSDL2Java Code generation option

2006-10-07 Thread Ajith Ranabahu
Hi, I guess I should say why this style was selected. As for Axis1 the code generator always generates the client code when asked for the server side code. It seemed a bit ugly an somewhat confusing from the users point of view [ I also get a stub when I ask for a skeleton ??] . Hence the option