0 Replies Latest reply on Apr 17, 2007 2:17 AM by wmyeoh

    Web service with EJB3.0

      Hi,

      I'm new to web service, and I'm using EJB3.0 to develop the project using eclipse jboss IDE tool. The propose project network architecture will have 3 server, one for apache web server, one jboss application server, and the last one will be treated as index/search server. The request will come from AS jboss to index/search server and response back to AS jboss. Therefore, I choose to use jboss web service. Unfortunately, I'm really not to sure how to develop a web service and interact between 2 servers, and how the wsdl is generated through build.xml?

      Is anyone can guide me on how to build the web service or any examples or good tutorials that I can go through. Thank you.