You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
978 B
33 lines
978 B
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>SOAP Service List</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body>
|
|
#%env/templates/header.template%#
|
|
<h2>Deployed SOAP Services</h2>
|
|
<p>Currently #[services]# services are deployed.</p>
|
|
|
|
<table>
|
|
<tr class="TableHeader">
|
|
<td>Service name</td>
|
|
<td>Operation</td>
|
|
<td>WSDL</td>
|
|
</tr>
|
|
#{services}#<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
|
|
<td><b>#[name]#</b> [#[style]#]</td>
|
|
<td>
|
|
<table>
|
|
#{methods}#<tr>
|
|
<td>#[name]#</td>
|
|
<td><tt>#[method]#</tt></td>
|
|
</tr>#{/methods}#
|
|
</table>
|
|
</td>
|
|
<td><a href="/soap/#[name]#?wsdl">WSDL</a></td>
|
|
</tr>#{/services}#
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html> |