RE: Problem serializing array of complex types

2009-06-24 Thread Besecker, Kyle
and putting your custom objects there? I tried with custom object array and it worked. e.g Suppose you have objects of class A. Just use A[] and it will work. Chinmoy On Wed, Jun 24, 2009 at 1:04 AM, Besecker, Kyle wrote: I created a web-service and it works great for low level

Problem serializing array of complex types

2009-06-23 Thread Besecker, Kyle
I created a web-service and it works great for low level complexity stuff. However, when I attempt to send arrays from the service, I begin to run into trouble. Initially I attempted to send an array of custom objects. I was able to send a single object, but when I attempted to use an array, I got

Axis2 Serialization/De-serialization issue

2009-04-16 Thread Besecker, Kyle
I have attempted to search online for documentation on the subject, but I have not found sufficient information, but I am open to other links people may provide. We have a java webservice which utilizes inheritance. So say that we have the following classes: Public abstract class AbstractClass{