Hi,
Can anyone help me about this?
Thnks in advance,
Can anyone help me about this?
Thnks in advance,
----- Original Message ----
From: Nicolas Urien <[EMAIL PROTECTED]>
To: [email protected]
Sent: Thursday, July 6, 2006 5:19:55 PM
Subject: Re: how to specify a specific bean with WSDL2Java.bat?
From: Nicolas Urien <[EMAIL PROTECTED]>
To: [email protected]
Sent: Thursday, July 6, 2006 5:19:55 PM
Subject: Re: how to specify a specific bean with WSDL2Java.bat?
Please help me.
This is the problem:
I have operations on my web service which return a complex type, ie a bean.
When I generate my client stubs, it always generate a new bean that I have to handle with the existing bean!
What I would like to do is to tell WSDL2Java to use the existing bean and not generate a new one.
I have to use AXIS1 version WSDL2Java .
Here are the arguments of my command (it runs within eclipse) :
-v -o ${project_loc}/src/ -c fr.acoss.ancre.acces.dao.ws.WebServiceAncre -Nurn:WebServiceAncre=fr.acoss.ancre.acces.dao.ws.client http://localhost:8080/axis2/services/WebServiceAncre?wsdl
Thanks in advance for help
This is the problem:
I have operations on my web service which return a complex type, ie a bean.
When I generate my client stubs, it always generate a new bean that I have to handle with the existing bean!
What I would like to do is to tell WSDL2Java to use the existing bean and not generate a new one.
I have to use AXIS1 version WSDL2Java .
Here are the arguments of my command (it runs within eclipse) :
-v -o ${project_loc}/src/ -c fr.acoss.ancre.acces.dao.ws.WebServiceAncre -Nurn:WebServiceAncre=fr.acoss.ancre.acces.dao.ws.client http://localhost:8080/axis2/services/WebServiceAncre?wsdl
Thanks in advance for help
----- Original Message ----
From: Davanum Srinivas <[EMAIL PROTECTED]>
To: [email protected]; Nicolas Urien <[EMAIL PROTECTED]>
Sent: Tuesday, July 4, 2006 8:56:39 AM
Subject: Re: how to specify a specific bean with WSDL2Java.bat?
From: Davanum Srinivas <[EMAIL PROTECTED]>
To: [email protected]; Nicolas Urien <[EMAIL PROTECTED]>
Sent: Tuesday, July 4, 2006 8:56:39 AM
Subject: Re: how to specify a specific bean with WSDL2Java.bat?
latest nightly?
-- dims
On 7/4/06, Nicolas Urien <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I have already checked them. Since I couldn't find any relevant option, I
> have made this post.
>
> Could someone help me please?
>
> cheers
>
>
> ----- Original Message ----
> From: Davanum Srinivas <[EMAIL PROTECTED]>
> To: [email protected]; Nicolas Urien <[EMAIL PROTECTED]>
> Sent: Monday, July 3, 2006 11:14:02 PM
> Subject: Re: how to specify a specific bean with WSDL2Java.bat?
>
>
> check the parameters of wsdl2java command line. (unpack)
>
> thanks,
> dims
>
> On 7/3/06, Nicolas Urien <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi,
> >
> > I have an operation makeCoffee() on a web service which returns a java
> bean
> > (mybean)
> > The problem is that the generated client stub returns myStub.mybean and
> I'd
> > rather have it return mybean instead.
> >
> > Is there a way to tell WSDL2Java.bat to simply generate mybean as the
> return
> > of makeCoffee()?
> >
> > cheers
> >
>
>
> --
> Davanum Srinivas : http://people.apache.org/~dims/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
Davanum Srinivas : http://people.apache.org/~dims/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-- dims
On 7/4/06, Nicolas Urien <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I have already checked them. Since I couldn't find any relevant option, I
> have made this post.
>
> Could someone help me please?
>
> cheers
>
>
> ----- Original Message ----
> From: Davanum Srinivas <[EMAIL PROTECTED]>
> To: [email protected]; Nicolas Urien <[EMAIL PROTECTED]>
> Sent: Monday, July 3, 2006 11:14:02 PM
> Subject: Re: how to specify a specific bean with WSDL2Java.bat?
>
>
> check the parameters of wsdl2java command line. (unpack)
>
> thanks,
> dims
>
> On 7/3/06, Nicolas Urien <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi,
> >
> > I have an operation makeCoffee() on a web service which returns a java
> bean
> > (mybean)
> > The problem is that the generated client stub returns myStub.mybean and
> I'd
> > rather have it return mybean instead.
> >
> > Is there a way to tell WSDL2Java.bat to simply generate mybean as the
> return
> > of makeCoffee()?
> >
> > cheers
> >
>
>
> --
> Davanum Srinivas : http://people.apache.org/~dims/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
Davanum Srinivas : http://people.apache.org/~dims/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
