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? Thanks Michael
