Xfire 1.2.6 Okay, I sent a previous email outlining my previous issues with xfire client generation with xmlbeans. I've decided to go the other route and try xfire client generation with jaxb. The wsdl generation was fine but I'm running into a different problem now.
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Could not marshall type. javax.xml.bind.MarshalException - with linked exception: [javax.xml.bind.JAXBException: [Lcom.test.GenericType; nor any of its super class is known to this context] GenericType is a enumeration class. I've found this thread, that is very similar org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Could not marshall type. But I don't invoke my client in the same way, so I can't set any properties Can anyone help?
