I have a simple interface in which a method contains a Map parameter. When I use Java2WSDL and then WSDL2Java the Map parameter has been changed into a HashMap.
Is it possible to preserve the Map type or is the conversion to a concrete type necessary in AXIS?
Thanks. Stuart.