HelloWorld port = hello.getHelloWorld();
out.println("<font align=Center face=\"Garamond\"> Check Service Reference : Called Web Service ->"+port.getHelloWorld("Test")+" </font><br>");
TestLocalHome resultLocal = (TestLocalHome)ctx.lookup("java:comp/env/ejb/TestLocalBean");
TestLocal testLocal = resultLocal.create();
String echoLocal = testLocal.echoLocal("Test");
out.println("<font align=Center face=\"Garamond\"> Check EJB Local Reference : Call to bean method returned ->"+echoLocal+" </font><br>");
}catch(Exception e)
{
e.printStackTrace();