You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Josh <ge...@gmail.com> on 2007/03/15 18:18:02 UTC

Better way to map from axis generated objects to domain?

Hello,

Starting from a wsdl/schema, Axis will generate some plumbing code/objects
to marshal/unmarshal xml.  Is there an easier way to map to/from these
generated object to my corresponding domain objects?  Is anyone using any
mapping layer to do this?  What are the best practices for insulating your
existing java code from changes to the code generated by Axis?

Thanks,

Joshua