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:

Returning an array of objects from a SOAP call

2004-11-19 Thread David Robison
I have a soap service that is trying to return an array of objects back to the client. The WSDL definition is: The SOAP service prepares a java array of segment_typeTYPE objects and returns the array. On the serv

RE: Returning an array of objects

2002-09-30 Thread Jian Zhang
o:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 1:48 AM To: [EMAIL PROTECTED] Subject: Returning an array of objects Hi all, This should be a simple thing but we're having some problems figuriong this out. Could someone give me a pointer to where I can find out how to code a servic

Returning an array of objects

2002-09-26 Thread Murray Spork
Hi all, This should be a simple thing but we're having some problems figuriong this out. Could someone give me a pointer to where I can find out how to code a service that returns an array of objects and also the client side code for calling this service. So far my searches have proved fruit