Hi All, I need to prevent Axis from mapping SOAP maps into Java maps falling back into a delegate typemapping that would handle the conversion differently. But I do want Axis to keep mapping the other SOAP types. Which is the best way to do this?
In summary:
If type is not map then use default typemapping
If type is map then use delegate typemapping
Thanks in advance.
