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
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
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
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..
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:
This is exactly what I needs. I have my own object Folder (representing
file system folder), and I want to return array of it.
I define a bean map as:
http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
but Axis told me tha