From 79fbf3f9cc2bf2d8b9aa3c96c3d9fe7bee7577d6 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 19 Jan 2022 21:15:10 +0100 Subject: tdwl: example of remote wsdl --- Year_3/TSDWL/WSDL/FootballClient/web/list.jsp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Year_3/TSDWL/WSDL/FootballClient/web/list.jsp (limited to 'Year_3/TSDWL/WSDL/FootballClient/web/list.jsp') diff --git a/Year_3/TSDWL/WSDL/FootballClient/web/list.jsp b/Year_3/TSDWL/WSDL/FootballClient/web/list.jsp new file mode 100644 index 0000000..fba56fa --- /dev/null +++ b/Year_3/TSDWL/WSDL/FootballClient/web/list.jsp @@ -0,0 +1,24 @@ +<%-- + Document : list + Created on : Jan 19, 2022, 8:53:23 PM + Author : dcariotti +--%> + +<%@page import="https.footballpool_dataaccess.ArrayOftStadiumInfo"%> +<%@page import="https.footballpool_dataaccess.TStadiumInfo"%> +<%@page import="java.util.List"%> +<%@page contentType="text/html" pageEncoding="UTF-8"%> + + + + + Stadium list + + +

Stadium list

+ <% List stadiums = (List) request.getAttribute("stadiumList"); %> + <% for (TStadiumInfo stadium : stadiums) { %> +

<%= stadium.getSName() %>

+ <% } %> + + -- cgit v1.2.3-18-g5258