Hello, I have a vendor application that can process an Axis WSDL but not a CXF WSDL generated from the same object. The problem appears to be that the application can not support wsdl:import. Can I persuade CXF to generate a WSDL without using wsdl:import? I'm using Spring:
<jaxws:endpoint id="cxf.server.soap.abc"
implementor="#cxf.service.beans.abc"
address="/soap/abc" />
Thanks,
John
