Hi -
I'm trying to test out using XMLBeans with Axis am running into some problems with the BeanSerializer. I'm trying to create a simple client application.
It partially works but some of the objects/interfaces that are generated by the xmlbeans compiler use inheritance and when a subclass is passed into the invoke() method of a Call object the superclass getters are not called so the correct XML is not generated in the SOAP envelope.
Does anyone know if there's a way to make those methods get called or if there is some specific problem with XMLBeans generated objects where the BeanSerializer/Deserializer will not work.
Thanks Mike