I'm currently evaluating xfire and I'm running into a problem attempting to use jaxb for code first development following the example in the documentation.
I've used jaxb to generate my XML schema for my existing classes and I've configured xfire to use the JaxbServiceFactory and include my xsd document. My service implementation class has a simple method with two string parameters as input and the method returns an object that is already defined in the xsd I've provided. The problem is that the WSDL that xfire generates isn't using the class definition from the xsd but rather seems to be generating its own in a namespace that is based on the class' java package name. Does anyone know if this is a known issue or if I am doing something incorrectly? I can post detailed information if necessary. Thanks
