From 79fbf3f9cc2bf2d8b9aa3c96c3d9fe7bee7577d6 Mon Sep 17 00:00:00 2001 From: Santo Cariotti <santo@dcariotti.me> Date: Wed, 19 Jan 2022 21:15:10 +0100 Subject: tdwl: example of remote wsdl --- .../WSDL/FootballClient/build/web/search.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Year_3/TSDWL/WSDL/FootballClient/build/web/search.html (limited to 'Year_3/TSDWL/WSDL/FootballClient/build/web/search.html') diff --git a/Year_3/TSDWL/WSDL/FootballClient/build/web/search.html b/Year_3/TSDWL/WSDL/FootballClient/build/web/search.html new file mode 100644 index 0000000..4cac9f3 --- /dev/null +++ b/Year_3/TSDWL/WSDL/FootballClient/build/web/search.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<!-- +To change this license header, choose License Headers in Project Properties. +To change this template file, choose Tools | Templates +and open the template in the editor. +--> +<html> + <head> + <title>Search a stadium</title> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + </head> + <body> + <form method="post"> + <div> + <label for="name">Insert a name: </label> + <input name="name" id="name" type="text" required> + </div> + <button type="submit">Search</button> + </form> + </body> +</html> -- cgit v1.2.3-18-g5258