"Michael K. Dean" wrote:

> Ok we are useing Axis as a transport for our client.  And in our case we
> never use object arrays.  What I would like to do is set up Axis to always
> convert SOAP_ARRAY to an ArrayList.  In older versions Axis would not let
> you map anything in the java. package and it had a default mapping for
> SOAP_ARRAY.  dose anyone have now how to set it up so:
>
> either
>
> 1.) I can map ArrayList to my own custom ser/deser
> 2.) all object arrays are mapped to arraylists?

  I haven't tried it yet in client code, but if you return a java.util.Vector
class it appears that there is a serializer/deserializer for that.

Reply via email to