We already supply this "-frontend jaxws21" while running wsdl2java. And we are using Java6. So dont thik thats an issue.
Without custom JAXBContext, I get the illegalannotationexception and after providing custom JAXBContext, I get servicecreationexception as it is expecting me to provide the wsdl. If i give wsdl url with custom jaxbcontext, then it works fine. But we really want to avoid setting the wsdl url, looks like there is no other option. For now, I am using the property to set schema validation to false (schema-validation-enabled). -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-client-with-JaxWsProxyFactoryBean-without-WSDL-is-throwing-ServiceConstructionException-tp5731490p5731878.html Sent from the cxf-user mailing list archive at Nabble.com.
