org.apache.cxf.BusException: No binding factory for namespace
http://schemas.xmlsoap.org/wsdl/soap/ registered."
-----------------------------------------------------------------------------------------------------------------
Key: CXF-2284
URL: https://issues.apache.org/jira/browse/CXF-2284
Project: CXF
Issue Type: Bug
Affects Versions: 2.1.5
Environment: Win XP
Reporter: ANAND RAI
Priority: Blocker
I have a client application to consume a webservice , the application works
correctly as a standalone application on Eclipse . When i integrate it with my
rest of project it fails on JBOSS . Our project exposes some webservices at one
end and consume webservice at the other end .Both consumption and production of
webservice is done using CXF .
I got following exception when i degugged the code ..
org.apache.cxf.BusException: No binding factory for namespace
http://schemas.xmlsoap.org/wsdl/soap/ registered."
I found out possible solutions for this problem .
1. Import CXF.xml
2. Import cxf-rt-bindings-soap-2.1.3.jar
I have following imports in Spring Configuration , i verifies that all beans
declared in these xml are getting created
<import resource="classpath:META-INF/cxf/cxf.xml" />
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
cxf-rt-bindings-soap-2.1.3.jar is present in my classpath (WEB-INF/lib) .
Please advice .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.