Re: Returning an array of objects from a SOAP call

2004-11-19 Thread David Robison
It appears that only the attribute data of the elements in the array are being duplicated. The actual data contained in the elements is not. There seems to be a problem sending back an array of objects that represent a complext type where the attributes of those elements are not being sent bac

Re: Returning an array of objects from a SOAP call

2004-11-19 Thread David Robison
I get the same results in Axis 1.2RC3. David David Robison wrote: I am using Axis 1.1 David David Robison wrote: I get the same result when I use the following type in my wsdl: David David Robison wrote: One other possible point of interest is that

Re: Returning an array of objects from a SOAP call

2004-11-19 Thread David Robison
I am using Axis 1.1 David David Robison wrote: I get the same result when I use the following type in my wsdl: David David Robison wrote: One other possible point of interest is that the actual data in the segment_typeTYPE is contained in attribut

Re: Returning an array of objects from a SOAP call

2004-11-19 Thread David Robison
I get the same result when I use the following type in my wsdl: David David Robison wrote: One other possible point of interest is that the actual data in the segment_typeTYPE is contained in attributes. I don't know if this is important or not..

Re: Returning an array of objects from a SOAP call

2004-11-19 Thread David Robison
One other possible point of interest is that the actual data in the segment_typeTYPE is contained in attributes. I don't know if this is important or not... David David Robison wrote: I have a soap service that is trying to return an array of objects back to the client. The WSDL definition is: