1 Reply Latest reply on Feb 5, 2007 2:54 PM by dwin

    EJB 3.0 to WebService

    aerosteak2

      Hello,

      Let say I just deployed a EJB3.0 POJO with the @Service annotation. Now I would like to make this same POJO available as a WebService (WSDL, SOAP).

      How would I do that with the JBoss infrastructure?

      Thank you

        • 1. Re: EJB 3.0 to WebService
          dwin

          Add the annotation @WebService

          and deploy as any EJB jar

          then check

          localhost:8080/jbossws/services (granted localhost:8080 is your webserver host and 8080 is your http port)

          if your service appears