CXF's spring jaxws syntax doesn't support http-binding
------------------------------------------------------
Key: CXF-663
URL: https://issues.apache.org/jira/browse/CXF-663
Project: CXF
Issue Type: Bug
Affects Versions: 2.0-RC
Reporter: willem Jiang
Using jaxws:endpoint, with a bindingUri of http://apache.org/cxf/binding/http
and importing the -http-binding.xmlSpring config, no dice. Complains that
there's no destination factory for
SOAP (?!?). If I import the -soap.xml Spring config, then I get a
ClassCastException for BindingInfo. I've tried changing the order of imports,
no dice.
I am running in a minimal web container (winstone), to minimize container
weirdness.
Also - its unclear from the docs if I need to import cxf-servlet.xml or not
(I've tried both, doesn't seem to impact things at the point where I'm getting
the exception(s)).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.