java/nekurak.net-ws/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Wed Apr 14 00:12:32 2010 +0200 (2010-04-14)
changeset 100 01be78803f73
parent 99 fd22f66e812d
child 145 0efefbf5f8b6
permissions -rw-r--r--
Webové služby, zjišťování souřadnic podniků.
franta-hg@98
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@98
     2
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
franta-hg@98
     3
	  xmlns:c="http://java.sun.com/jsp/jstl/core"
franta-hg@98
     4
	  xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
franta-hg@98
     5
	  version="2.0">
franta-hg@98
     6
    <jsp:directive.page contentType="application/xhtml+xml"/>
franta-hg@98
     7
franta-hg@98
     8
    <jsp:output doctype-system="http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"
franta-hg@98
     9
		doctype-root-element="html"
franta-hg@98
    10
		omit-xml-declaration="false"/>
franta-hg@98
    11
franta-hg@98
    12
    <html xmlns="http://www.w3.org/1999/xhtml"
franta-hg@98
    13
	  xmlns:svg="http://www.w3.org/2000/svg"
franta-hg@98
    14
	  xmlns:xlink="http://www.w3.org/1999/xlink">
franta-hg@98
    15
	<head>
franta-hg@98
    16
	    <title>WS SOAP</title>
franta-hg@98
    17
	</head>
franta-hg@98
    18
	<body>
franta-hg@98
    19
	    <h1>WS SOAP</h1>
franta-hg@98
    20
	    <p>API postavené na webových službách</p>
franta-hg@99
    21
franta-hg@100
    22
	    <!-- TODO: generovat dynamicky  -->
franta-hg@100
    23
franta-hg@99
    24
	    <h2>Pokusná služba</h2>
franta-hg@99
    25
	    <ul>
franta-hg@99
    26
		<li><a href="pokusnaSluzba?WSDL">WSDL – popis služby</a></li>
franta-hg@99
    27
		<li><a href="pokusnaSluzba?Tester">Webové rozhraní pro vyzkoušení</a></li>
franta-hg@99
    28
	    </ul>
franta-hg@99
    29
franta-hg@100
    30
	    <h2>Podnik – služba</h2>
franta-hg@100
    31
	    <ul>
franta-hg@100
    32
		<li><a href="podnikSluzba?WSDL">WSDL – popis služby</a></li>
franta-hg@100
    33
		<li><a href="podnikSluzba?Tester">Webové rozhraní pro vyzkoušení</a></li>
franta-hg@100
    34
	    </ul>
franta-hg@100
    35
franta-hg@98
    36
	</body>
franta-hg@98
    37
    </html>
franta-hg@98
    38
franta-hg@98
    39
</jsp:root>