Hi,
I'm a newbie with Axis and I'm having problems serializing/deserializing my
custom object arrays. These custom data type arrays are part of a bigger
object sent as an input parameter to the server.
In the server I get no error, instead I do get an array which is same size
as the input, but instead of the real contents of the attributes of my
objects, I get references that look like this: 

com.pin.hhnn.dispatch.web.service.ca...@a96863
com.pin.hhnn.dispatch.web.service.behaviorpatt...@a96863

This is part of my wsdl where the arrays are defined,
<xs:sequence>
<xs:element minOccurs="0" name="alarmtype" nillable="true"
type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="causes"
nillable="true" type="ax21:Cause"/>
<xs:element minOccurs="0" name="devdata" nillable="true"
type="ax21:DeviceData"/>
<xs:element minOccurs="0" name="location" nillable="true"
type="ax21:Location"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="patterns"
nillable="true" type="ax21:BehaviorPattern"/>
<xs:element minOccurs="0" name="relatedAlarm" nillable="true"
type="xs:string"/>
<xs:element minOccurs="0" name="zone" nillable="true" type="xs:string"/>
</xs:sequence>

I'm using Axis 1.4
             java2wsdl to obtain this wsdl and wsdl2java to get the client.
      

I hope someone helps me on this topic since I've googled and searched
everywhere and tried many things, but I still can't get to the solution.

Regards,


-- 
View this message in context: 
http://old.nabble.com/axis2-1.4-different-problems-serializing-deserializing-custom-object-arrays-tp27127745p27127745.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to