RE: Nested return types from POJO web service method -shouldn't this work?

2008-02-29 Thread Kraus, David
e From: Kraus, David Sent: Thursday, February 28, 2008 10:40 PM To: axis-user@ws.apache.org Subject: RE: Nested return types from POJO web service method -shouldn't this work? Yes, I didn't show it, but my classes did have getters/setters, default p

Re: Nested return types from POJO web service method -shouldn't this work?

2008-02-29 Thread Martin Gainty
you may want to handle *deep* copy programatically.. HTH M-- - Original Message - From: "Kraus, David" <[EMAIL PROTECTED]> To: "Kraus, David" <[EMAIL PROTECTED]>; Sent: Friday, February 29, 2008 1:02 PM Subject: RE: Nested return types from POJO web service

RE: Nested return types from POJO web service method -shouldn't this work?

2008-02-29 Thread Kraus, David
@ws.apache.org Subject: RE: Nested return types from POJO web service method -shouldn't this work? Yes, I didn't show it, but my classes did have getters/setters, default public constructor, and basically obeyed the rules of a JavaBean. Dave Fr

RE: Nested return types from POJO web service method -shouldn't this work?

2008-02-28 Thread Kraus, David
t: Re: Nested return types from POJO web service method -shouldn't this work? > I have defined a POJO service which has a method which returns an > object which contains fields that are nested non-simple objects. > > > > So given the *Pojo* class which implements *Retur

Re: Nested return types from POJO web service method -shouldn't this work?

2008-02-28 Thread Deepal Jayasinghe
I have defined a POJO service which has a method which returns an object which contains fields that are nested non-simple objects. So given the *Pojo* class which implements *ReturnInfoObject*, the *InfoObj* object being returned contains a field *nest* which is defined by the *NestedObj*

RE: Nested return types from POJO web service method -shouldn't this work?

2008-02-28 Thread Kraus, David
g the POJO approach. Dave From: Wesley Mesquita [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 4:43 PM To: axis-user@ws.apache.org Subject: Re: Nested return types from POJO web service method -shouldn't this work? I am having the same

Re: Nested return types from POJO web service method -shouldn't this work?

2008-02-28 Thread Wesley Mesquita
I am having the same problem here, I tried to follow the documentation at axis2 site but I didnĀ“t help me. Is there any old thread in this list discussing this problem? Or some other examples that show how to do this? Thanks. On Thu, Feb 28, 2008 at 7:48 PM, Kraus, David <[EMAIL PROTECTED]> wrot

RE: Nested return types from POJO web service method -shouldn't this work?

2008-02-28 Thread Kraus, David
So the question is: In order to support a complex nested object as a return type, using the POJO mechanism, is it necessary to also generate the server-side serialization code (adb databinding)? From: Kraus, David Sent: Thursday, February 28, 2008 11:18 AM