I have a group of classes that were created using wsdl2java (Axis 1.4), and I'm looking for a way to undo and marshal data from / to String and Object. I wrote unmarshaller JAXB, which works well for some of our new internal objects, since we used xjc to create classes, but did not manage to convert the old axis classes and must find a marshal / non-marshal solution for as-is code.
Can someone please indicate me the direction.
Thanks!
source share