0 Replies Latest reply on Nov 23, 2004 8:22 PM by joshua_hj

    Xdoclet tags EJB->WS in JBoss-4.0.0

    joshua_hj

      I need to expose a EJB as a Webservice with JBoss 4.0.0.
      I got it working with jboss-3.2.3 by using xdoclet jboss-net tags. Does any one know the equivalence of jboss-net xdoclet tags for use with JBoss-4.0.0? I know that JbosWS is the new module responsible for providing support for WebServices in JBoss4, with the full set of J2EE 1.4 WebServices tech. But like it predecessor i think we could still use xdoclet to make life much easier. Below are some example tags to ilustrate my doubt


      @jboss-net:web-service urn="BMIservice"

      @ejb:interface-method view-type="local"
      @jboss-net:web-method
      @param Y
      @param X
      @return

      Thank u all