1 Reply Latest reply on Sep 3, 2013 8:16 AM by ffang

    WebService EndPoint Not accessible in Jboss Fuse 6

    imranrazakhan

      Hi,

       

      I developed Simple WebService OSGI Bundle with Eclipse Libra and deployed it in JBoss Fuse 6. I tried to get status of this by osgi:list and it shows me its Active.

       

      But when i tried to access it with http://localhost:8181/cxf/TestWs?wsdl it shows nothing.

       

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

       

      I can see this bundle in Karaf shell.

       

      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,