0 Replies Latest reply on May 4, 2011 7:58 AM by dimshust1985

    JSP for my web service

    dimshust1985

      HI all, i've created (deploy to jboss *.jar package) with my simple web service using ejb, all work correct, i send soap messages, and all is working good....

       

      Now i need create web page(JSP, or HTML, Servlet, or something else), for administrating my service.

       

      For example, my service's adress is http://localhost:8080/MyService. On This adress i send my soap messages. So, i want to create Web Page for example, http://localhost:8080/MyService/index.. And this page must work with web service data.