<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ page import="hello.ws.wlsa.HelloJaxWsService" %> <%@ page import="hello.ws.wlsa.HelloJaxWs" %> <% HelloJaxWsService service = new HelloJaxWsService(); HelloJaxWs port = service.getHelloJaxWsPort(); %> Insert title here <%= port.hello(" your name here ") %>