cxf can not support http binding(bnding id is
http://schemas.xmlsoap.org/wsdl/http/ )
--------------------------------------------------------------------------------------
Key: CXF-816
URL: https://issues.apache.org/jira/browse/CXF-816
Project: CXF
Issue Type: Bug
Reporter: jimma
Cxf will throw the following exception when the wsdl contains http binding :
[java] Caused by: org.apache.cxf.BusException: No binding factory for
namespace http://schemas.xmlsoap.org/wsdl/http/ registered
[java] at
org.apache.cxf.binding.BindingFactoryManagerImpl.getBindingFactory(BindingFactoryManagerImpl.java:78)
[java] at
org.apache.cxf.endpoint.EndpointImpl.createBinding(EndpointImpl.java:127)
[java] ... 14 more
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.