6 Replies Latest reply on Jan 12, 2016 2:07 PM by rnallan.lab

    JBOSS EAP 6.4 webservices not showing up on console

    rnallan.lab

      We are migrating an EAR application from glassfish to jboss. When I deployed the new ear built for Jboss EAP, it shows up on console under Deployments tab

       

      DeploymentSubdeployment Webservices Subsystem.

       

      But when I drill down to "Webservices Subsystem", I do not see the web service listed there. When I deployed a WAR having webservices, I could see the webservices and the WSDL location on console. Also,when I invoke webservices using a SOAP client, the server is properly responding. Wonder if something went wrong or just that Jboss won't show errors in deployment. Log files do not show any errors asmuch as I could read them.

       

      In the logs, I see that

       

      a) org.apache.cxf.service.factory.ReflectionServiceFactoryBean --> creating service

      b) org.apache.cxf.endpoint.SErverImpl --> Setting the server's publish address to ...

      c) org.jboss.ws.cxf.deployment --> WSDL published to ....

      d) org.jboss.as.webservices Starting service..........

      e) Register web context :/.....

       

      Is there something wrong in deployment ? How to enable logs to show further information if there is anything wrong..

       

      Any help appreciated.