Hello,
After working with Axis1.x for some time now I just started working with
Axis2. It works pretty nice out of the box until I tried returning a
List or Array of objects.
I read in some posting that I should get the latest snapshot release to
get this working but that did not help.
I get:* IllegalArgumentException: null rcl*
Does anyone know how I can resolve this? Returning a String or a complex
object works fine by the way.
specs:
I work /code first/; I have a simple webservice operation that should
return a List or an Array of objects. That's it.
Roepie