Hello all, I'm having some difficulty with CXF. I got a WSDL from an external party and used this to create a webservice-server. For this I used de codegen-plugin for maven.
When I check the definition of the server, by going to the url and adding ?wsdl, then I receive a WSDL that seems to be generated by CXF and has an import to the WSDL that i used to generate the code. The problem is that the external party can't connect with our server because of the differences between the WSDL's. Is it possible to tell CXF not to generate a wsdl, but return the WSDL that is in the import-statement? best regards, Ted
