Re: Problem with array (ArrayList) within an object.

2002-12-06 Thread Sasha Lerner
try this: http://soapinterop.org/xsd"; xsd:type="SOAP-ENC:Array" SOAP-ENC:arrayType="a1:LocationVo[3]"> its easier if you use wsdl to generate types and mappings. you need it objLocations mapped to array deserializer and LocationVo to bean serailiser sasha On Friday, December 6, 2

RE: Problem with array (ArrayList) within an object.

2002-12-06 Thread David Mullens
Thanks for the message. Even when I change "SOAP-ENC:Array[3]" to have "http://soapinterop.org/xsd:LocationVo[3]"; it still gives the same error. I've created TypeMappings for Both the LocationObject and LocationVo. LocationObject contains a name (string) and a LocationVo[]. I've been able to

RE: Problem with array (ArrayList) within an object.

2002-12-06 Thread Tom Jordahl
There is no type on the 's, and nothing that tells Axis what the array type is. Have you told Axis what "objLocation" contains? Take a look at your type mappings and the XML your are getting and see if it has all the info it needs to realize the each array item is a complex type (not a simple