I'm trying to create a service that has soap and pure xml bindings. I tried following instructions at:
http://cxf.apache.org/docs/pure-xml.html I have the following dependencies in my maven project: My beans file looks like this: My wsdl: I am able to generate code with the wsdl2java maven plugin. However, when I go to deploy the war, I get an exception: No DestinationFactory was found for the namespace http://cxf.apache.org/bindings/xformat Is there something I am missing? Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/No-DestinationFactory-was-found-for-the-namespace-http-cxf-apache-org-bindings-xformat-tp5725329.html Sent from the cxf-user mailing list archive at Nabble.com.
