0 Replies Latest reply on Mar 9, 2006 11:48 AM by ken1

    Creating Web Srvices with IDE

    ken1

      Hello,

      the development of EJBs with JBoss IDE is very integrated and straight-forward. It seems that this isnt the same with Web Services. I didnt find any XDoclet Infos to creat the meta files. To get on I followd the steps of

      http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch12.html

      But the IDE was already warning because of a wrong element in the ejb-jar.xml:

       <session >
       <description>[CDATA[Description for myWS]]</description>
       <display-name>Name for myWS</display-name>
      
       <ejb-name>myWS</ejb-name>
       <service-endpoint>org.jboss.ws.hello.myWS</service-endpoint>
       <home>de.gehrls.interfaces.myWSHome</home>
       <remote>de.gehrls.interfaces.myWS</remote>
       <ejb-class>de.gehrls.ejb.myWSBean</ejb-class>
       <session-type>Stateless</session-type>
       <transaction-type>Container</transaction-type>
      
       </session>
      


      Is there any further documentation on writing web services as EJB end points with the IDE? Or any other solution?

      I need your help, regards
      ken