blob: 732022e9f45657f30690e076a5acf1654ce63e62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<html>
<head>
<title>TSoapService Demo</title>
</head>
<body>
<h1>TSoapService Demo</h1>
<p>Welcome to the TSoapService demo. See <a href="index.php?soap=SimpleService&wsdl">service description</a>.</p>
<com:TForm>
<h2>Soap Calculator</h2>
<com:TTextBox ID="a" Columns="3"/> + <com:TTextBox ID="b" Columns="3"/> = <com:TTextBox ID="result" Columns="3"/> <com:TButton Text="Compute" OnClick="onCompute"/>
<h2>Highlight source code</h2>
<com:TButton Text="Highlight this" OnClick="onHighlight"/> <br/>
<br/>
<com:TLabel ID="SourceCode"/>
</com:TForm>
</body>
</html>
|