Hola:
Así más o menos
Código Java:
Ver original<%
try {
wsdisplay.WsServicioDisplay_Service service = new wsdisplay.WsServicioDisplay_Service();
wsdisplay.WsServicioDisplay port = service.getWsServicioDisplayPort();
// TODO initialize WS operation arguments here
java.
lang.
String numero1
= request.
getParameter("a");java.
lang.
String pantalla
= request.
getParameter("txtDisplay");
// TODO process result here
java.
lang.
String result
= port.
devdisplay(numero1, pantalla
);
%>
<input type="text" value="<%= result %>"/>
<%
// TODO handle custom exceptions here
}
%>
Se bueno.