Re: array of recursive beans (doc/literal style)

2005-02-17 Thread Davanum Srinivas
and > better looking. ;) > > > "WSDL first, a good idea. (tm)" > > > > > From: Praveen Peddi [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 16, 2005 5:43 PM > > To: [EMAIL PROTECTED] > Subject

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Bill Keese
  From: Praveen Peddi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 16, 2005 5:43 PM To: [EMAIL PROTECTED] Subject: Re: array of recursive beans (doc/literal style) I don't really like the option 1. And I don't know how to go for option 2 :). I am trying to apply Er

RE: array of recursive beans (doc/literal style)

2005-02-16 Thread Dino Chiesa
cvs :) ).   Praveen - Original Message - From: Dino Chiesa To: [EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 5:06 PM Subject: RE: array of recursive beans (doc/literal style) yes, our most recent messages crossed in the ether. From: Praveen Ped

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Praveen Peddi
Chiesa To: [EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 5:06 PM Subject: RE: array of recursive beans (doc/literal style) yes, our most recent messages crossed in the ether. From: Praveen Peddi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005

RE: array of recursive beans (doc/literal style)

2005-02-16 Thread Dino Chiesa
yes, our most recent messages crossed in the ether. From: Praveen Peddi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 2:34 PMTo: [EMAIL PROTECTED]Subject: Re: array of recursive beans (doc/literal style) The main problem seems to be in the axis response anyway. So I am

RE: array of recursive beans (doc/literal style)

2005-02-16 Thread Dino Chiesa
ednesday, February 16, 2005 2:21 PMTo: [EMAIL PROTECTED]; Eugene ShershnevSubject: Re: array of recursive beans (doc/literal style) I changed the wsdl. ContainerBean is now defined as (my changes are in blue):   

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Praveen Peddi
  2005-01-27T21:21:29.000Z02005-01-27T21:38:41.000ZEnterprise Library1       - Original Message - From: Praveen Peddi To: [EMAIL PROTECTED] ; Eugene Shershnev Sent: Wednesday, February 16, 2005 2:20 PM Subject: Re: array of recur

RE: array of recursive beans (doc/literal style)

2005-02-16 Thread Dino Chiesa
ree with what .NET is expecting, .NET will deserialize nothing.   So you get null for the children.        From: Praveen Peddi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 12:40 PMTo: [EMAIL PROTECTED]Subject: Re: array of recursive beans (doc/literal style) Thanks for

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Praveen Peddi
ry 16, 2005 1:08 PM Subject: Re: array of recursive beans (doc/literal style) Try changing your WSDL so there is no additional ArrayOd_tns1_ContainerBean type. Basically, the definition of ContainerBean:         . . .      Not sure if this is

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Eugene Shershnev
Peddi To: [EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 12:39p Subject: Re: array of recursive beans (doc/literal style) Thanks for the response Dino. I am using Axis rc1.2 nightly build from Feb 8th. I think you are right regarding desinging the interfaces. Its b

Re: array of recursive beans (doc/literal style)

2005-02-16 Thread Praveen Peddi
level elements array  but for the recursive elements, namespace is empty.   Any help is appreciated.   Thanks Praveen   - Original Message - From: Dino Chiesa To: [EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 11:59 AM Subject: RE: array of recursive beans (d

RE: array of recursive beans (doc/literal style)

2005-02-16 Thread Dino Chiesa
chema, and the existing application  on the server side.    Likewise, generate the .NET (client-side) proxies from the WSDL.    -Dino MS   From: Praveen Peddi [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 9:52 PMTo: [EMAIL PROTECTED]Subject: array of recursive beans (doc/literal s

array of recursive beans (doc/literal style)

2005-02-15 Thread Praveen Peddi
I have a method getRootContainers that returns array of ContainerBean[]. Each ContainerBean has reference to an array of child ContainerBean[]. With Eugene's help I could make the array stuff work. the method sucessfully returns the array of COntainerBean[] and .NET reads it fine. But .NET c