Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-29 Thread Amila Suriarachchi
On Nov 27, 2007 6:57 PM, Mauro Molinari <[EMAIL PROTECTED]> wrote: > Amila Suriarachchi ha scritto: > > First of all now I have fixed the unwrapping problem and you should be > > able to generate the code correctly with a nighly build. > > Hi Amila, > unfortunately I'm still experiencing problems:

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-27 Thread Mauro Molinari
Amila Suriarachchi ha scritto: First of all now I have fixed the unwrapping problem and you should be able to generate the code correctly with a nighly build. Hi Amila, unfortunately I'm still experiencing problems: this seems not to be fixed... When you have empty return types, Axis2 doesn't

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-12 Thread Amila Suriarachchi
First of all now I have fixed the unwrapping problem and you should be able to generate the code correctly with a nighly build. On Nov 12, 2007 2:34 PM, Mauro Molinari <[EMAIL PROTECTED]> wrote: > Amila Suriarachchi ha scritto: > > Axis2 unwrapping does not support empty response unwrapping. if y

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-12 Thread Mauro Molinari
Amila Suriarachchi ha scritto: Axis2 unwrapping does not support empty response unwrapping. if you want it to appear void you can remove the whole part element from the message element i.e -- remove this. Amila. Hi Amila! And what about the case where I have a method with no parame

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-05 Thread Amila Suriarachchi
> > > > > this basically for void return type of a method. .Net is not having > any > > > problem with that. > > > > > > but Axis2 WSDL2Java is not generating client or server side code. > > > > > > Kiran > > > > > > >

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-02 Thread Anne Thomas Manes
> > > Date: Wed, 31 Oct 2007 21:29:04 -0400 > > From: [EMAIL PROTECTED] > > To: axis-user@ws.apache.org > > Subject: Re: Axis2 WSDL2Java error during service skeliton/stub generation > > > > > You should define a void like this: > > > >

RE: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-01 Thread Kiran Sriram
SDL2Java is not generating client or > server side code.> >> > Kiran> > ________> >> > > > Date: Tue, 30 Oct 2007 08:28:03 -0400> > > From: [EMAIL PROTECTED]> > > To: > axis-user@ws.apache.org> > > Subjec

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-31 Thread Anne Thomas Manes
he message says, it has no type defined. You need to specify its > > > schema type. > > > > > > Anne > > > > > > On 10/26/07, Kiran Kumar Sriram <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Here is the WS

RE: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-31 Thread Kiran Sriram
Subject: Re: FW: Axis2 WSDL2Java error during > service skeliton/stub generation> > What I meant to say is:> > You have an > _element_ defined in the schema:> > name="set_PortalVariableResponse"/>> > As the message says, it has no type > defined. You n

Re: FW: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-30 Thread Anne Thomas Manes
gt; ________ > > From: [EMAIL PROTECTED] > > To: axis-user@ws.apache.org > > Subject: Axis2 WSDL2Java error during service skeliton/stub generation > > Date: Fri, 26 Oct 2007 10:34:30 -0400 > > > > > > Hello All > > > > I am g

Re: FW: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-29 Thread Anne Thomas Manes
___ > From: [EMAIL PROTECTED] > To: axis-user@ws.apache.org > Subject: Axis2 WSDL2Java error during service skeliton/stub generation > Date: Fri, 26 Oct 2007 10:34:30 -0400 > > > Hello All > > I am getting this error when i try to generate Service Skeleton

FW: Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-26 Thread Kiran Kumar Sriram
Here is the WSDL file attached with this mail. From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Axis2 WSDL2Java error during service skeliton/stub generationDate: Fri, 26 Oct 2007 10:34:30 -0400 Hello All I am getting this error when i try to generate Service Skeleton code from a WSDL file. This

Axis2 WSDL2Java error during service skeliton/stub generation

2007-10-26 Thread Kiran Kumar Sriram
Hello All I am getting this error when i try to generate Service Skeleton code from a WSDL file. This is a new service and we are trying to go in WSDL first approach. We need wsdl to be in Document/literal Wrapped style in order to be interoperable with .Net framework. .Net generated client stu