From 0a58e131ce0d96ecd60c4daf2c41821a625d689b Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 20 Jan 2022 10:43:22 +0100 Subject: wsdl: add examples --- Year_3/TSDWL/WSDL/BankClient/web/index.jsp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Year_3/TSDWL/WSDL/BankClient/web/index.jsp (limited to 'Year_3/TSDWL/WSDL/BankClient/web/index.jsp') diff --git a/Year_3/TSDWL/WSDL/BankClient/web/index.jsp b/Year_3/TSDWL/WSDL/BankClient/web/index.jsp new file mode 100644 index 0000000..33763d4 --- /dev/null +++ b/Year_3/TSDWL/WSDL/BankClient/web/index.jsp @@ -0,0 +1,30 @@ +<%-- + Document : index + Created on : Jan 20, 2022, 10:23:24 AM + Author : dcariotti +--%> + +<%@page contentType="text/html" pageEncoding="UTF-8"%> + + + + + Bank operations + + + <% double amount = (double) request.getAttribute("amount"); %> +

Your deposit is: <%= amount %>

+

Operations:

+
+
+ + +
+
+ + +
+ +
+ + -- cgit v1.2.3-18-g5258