You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Luis Argerich <lu...@fuegolabs.com> on 2003/05/28 16:43:37 UTC

Handling typemappings

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.