diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-11-20 08:44:42 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-11-20 08:44:42 +0000 |
commit | 9149618d9049d470d0423c4e896ab6c127eb6c02 (patch) | |
tree | c103a1aabc756b75ec76e435d13013ffa388f4c3 /spss.slinterface/test | |
parent | 72819e05aa9db32ef828d9b35d8980a77d1bd76e (diff) | |
download | moa-id-spss-9149618d9049d470d0423c4e896ab6c127eb6c02.tar.gz moa-id-spss-9149618d9049d470d0423c4e896ab6c127eb6c02.tar.bz2 moa-id-spss-9149618d9049d470d0423c4e896ab6c127eb6c02.zip |
Erstellt.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@59 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.slinterface/test')
-rw-r--r-- | spss.slinterface/test/forms/simpleForm.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/spss.slinterface/test/forms/simpleForm.html b/spss.slinterface/test/forms/simpleForm.html new file mode 100644 index 000000000..120fa8073 --- /dev/null +++ b/spss.slinterface/test/forms/simpleForm.html @@ -0,0 +1,25 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <title>Securitylayer Requests</title> + +</head> + <body> +<h1>Securitykapsel - HTTP-Bindung</h1> +<form action="http://localhost:8080/moa-spss-sl/http-security-layer-request" method="post"> +<p> +XMLRequest: <textarea name="XMLRequest" cols=80 rows=20></textarea> +<p> +<!-- +RedirectURL: <input name="RedirectURL" value="" size=70> +http://stud.fbi.fh-darmstadt.de/~adams/mathe/poesie.html#bit +<p>--> +DataURL: <input name="DataURL" value="http://default.url" size=70/> +<p> +<!--StylesheetURL: <input name="StylesheetURL" value="" size=70> +http://localhost/securitylayer.xsl--> +<p> +<input type="submit"> +</form> +</body> +</html> |