Hi I have axis wsdl maps to jboss 3.0 ejb bean, and I was able create/modify/delete bean through axis generated class.
But once I get back the object through axis, how do I serialize the object without calling the axis engine again, same with example5 ? I used castor before, all I have to do with the object I get from castor generated class is to call a castor class, unmarshall(writer, myobject, generated class) , then I got my reuslt serialize Thanks.
