2526272829303132333435
HttpServletResponse response) throws IOException, ServletException { Test test = new Test(); try { // test.testWebServiceLookup(); test.testMEJBLookup(); } catch (Exception e) { throw new ServletException(e); } }