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
