%@page contentType="text/html;charset=UTF-8"%>
Result
Result
<%
if (request.getParameter("endpoint") != null && request.getParameter("endpoint").length() > 0)
sampleMachineProxyid.setEndpoint(request.getParameter("endpoint"));
%>
<%
String method = request.getParameter("method");
int methodID = 0;
if (method == null) methodID = -1;
if(methodID != -1) methodID = Integer.parseInt(method);
boolean gotMethod = false;
try {
switch (methodID){
case 2:
gotMethod = true;
String useJNDI_0id= request.getParameter("useJNDI5");
boolean useJNDI_0idTemp = Boolean.valueOf(useJNDI_0id).booleanValue();
sampleMachineProxyid.useJNDI(useJNDI_0idTemp);
break;
case 7:
gotMethod = true;
java.lang.String getEndpoint7mtemp = sampleMachineProxyid.getEndpoint();
if(getEndpoint7mtemp == null){
%>
<%=getEndpoint7mtemp %>
<%
}else{
String tempResultreturnp8 = webserviceutils.com.ibm.etools.webservice.util.JspUtils.markup(String.valueOf(getEndpoint7mtemp));
%>
<%= tempResultreturnp8 %>
<%
}
break;
case 10:
gotMethod = true;
String endpoint_1id= request.getParameter("endpoint13");
java.lang.String endpoint_1idTemp = endpoint_1id;
sampleMachineProxyid.setEndpoint(endpoint_1idTemp);
break;
case 15:
gotMethod = true;
org.pinscores.tournament.service.Machine getMachine15mtemp = sampleMachineProxyid.getMachine();
if(getMachine15mtemp == null){
%>
<%=getMachine15mtemp %>
<%
}else{
%>
| returnp: |
|
machineCount: |
<%
if(getMachine15mtemp != null){
%>
<%=getMachine15mtemp.getMachineCount()
%><%}%>
|
<%
}
break;
case 20:
gotMethod = true;
String mid_2id= request.getParameter("mid23");
int mid_2idTemp = Integer.parseInt(mid_2id);
java.lang.String getMachineName20mtemp = sampleMachineProxyid.getMachineName(mid_2idTemp);
if(getMachineName20mtemp == null){
%>
<%=getMachineName20mtemp %>
<%
}else{
String tempResultreturnp21 = webserviceutils.com.ibm.etools.webservice.util.JspUtils.markup(String.valueOf(getMachineName20mtemp));
%>
<%= tempResultreturnp21 %>
<%
}
break;
case 25:
gotMethod = true;
int getMachineCount25mtemp = sampleMachineProxyid.getMachineCount();
String tempResultreturnp26 = webserviceutils.com.ibm.etools.webservice.util.JspUtils.markup(String.valueOf(getMachineCount25mtemp));
%>
<%= tempResultreturnp26 %>
<%
break;
case 28:
gotMethod = true;
String locid_3id= request.getParameter("locid31");
int locid_3idTemp = Integer.parseInt(locid_3id);
java.lang.String getLocationName28mtemp = sampleMachineProxyid.getLocationName(locid_3idTemp);
if(getLocationName28mtemp == null){
%>
<%=getLocationName28mtemp %>
<%
}else{
String tempResultreturnp29 = webserviceutils.com.ibm.etools.webservice.util.JspUtils.markup(String.valueOf(getLocationName28mtemp));
%>
<%= tempResultreturnp29 %>
<%
}
break;
case 33:
gotMethod = true;
String mid_4id= request.getParameter("mid36");
int mid_4idTemp = Integer.parseInt(mid_4id);
int getMachineLocid33mtemp = sampleMachineProxyid.getMachineLocid(mid_4idTemp);
String tempResultreturnp34 = webserviceutils.com.ibm.etools.webservice.util.JspUtils.markup(String.valueOf(getMachineLocid33mtemp));
%>
<%= tempResultreturnp34 %>
<%
break;
case 38:
gotMethod = true;
String locid_5id= request.getParameter("locid41");
int locid_5idTemp = Integer.parseInt(locid_5id);
java.lang.String getLocationLocation38mtemp = sampleMachineProxyid.getLocationLocation(locid_5idTemp);
if(getLocationLocation38mtemp == null){
%>
<%=getLocationLocation38mtemp %>
<%
}else{
String tempResultreturnp39 = webserviceutils.com.ibm.etools.webservice.util.JspUtils.markup(String.valueOf(getLocationLocation38mtemp));
%>
<%= tempResultreturnp39 %>
<%
}
break;
}
} catch (Exception e) {
%>
exception: <%= e %>
<%
return;
}
if(!gotMethod){
%>
result: N/A
<%
}
%>