WebService EndPoint Not accessible in Jboss Fuse 6

335 Views Asked by At

I developed Simple WebService OSGI Bundle with Eclipse Libra, Apache CXF and deployed it in JBoss Fuse 6. But when i tried to access it with http://x.x.x.x:8181/cxf/TestWs?wsdl it shows nothing.

I also tried following URL http://x.x.x.x:8181/cxf and it says no services.

I check status of this with karaf shell osgi:list and it shows me its Active.

Please let me know if i am doing any wrong?

Following is my Manifest.Mf

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: TestWs
Bundle-SymbolicName: TestWs
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: WEB-INF/classes/
Export-Package: com.irk.ws,
com.irk.ws.jaxws
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: javax.el,
javax.servlet,
javax.servlet.http,
javax.servlet.jsp,
javax.servlet.jsp.el,
javax.servlet.jsp.tagext
Web-ContextPath: /TestWs

Regards,

1

There are 1 best solutions below

1
On

did you try adding camel-cxf feature ?