0 Replies Latest reply on Jul 11, 2007 3:44 PM by jgreiner

    Registering Web Service in JNDI

    jgreiner

      In EJB2.0 we have some web services we call from EJB's. We have registered these in JNDI using these tags in the jboss.xml.

      <service-ref>
       <service-ref-name>services/myWS</service-ref-name>
       <wsdl-override>http://localhost:8080/InterFace-ejb/XMLInterface?wsdl</wsdl-override>
      </service-ref>
      


      I am now trying to do this in EJB3, does someone know of an annotation that I can use or how you would register a web service for a client call in an EJB.

      Thanks