Looks like that dependency is already there when the war is built. I've tracked the problem down to using xformat:address element:
I can get everything to work by changing the address element to <http:address ..., the only problem is the wsdl is no longer valid. Validation fails with: "An HTTP address cannot be specified here as the 'XMLBinding' binding that the 'XMLPort' port refers to does not have an HTTP binding element defined. There must be an HTTP binding element defined in order to specify an HTTP address for a binding." WSDL from wsdl_first_pure_xml/src/main/resources/wsdl/hello_world.wsdl fails with the same validation error. Is there any way to address this? Should HTTPTransportFactory declare xformat as one of it's DEFAULT_NAMESPACES or maybe I'm missing something... Thanksb -- View this message in context: http://cxf.547215.n5.nabble.com/No-DestinationFactory-was-found-for-the-namespace-http-cxf-apache-org-bindings-xformat-tp5725329p5725375.html Sent from the cxf-user mailing list archive at Nabble.com.
