delphimvcframework/samples/soaprest/bin/www/index.html

8 lines
300 B
HTML
Raw Normal View History

2015-12-04 16:55:11 +01:00
<html>
<body>
<h2>SOAP and REST</h2>
<p>This example uses the allow_unhandled_action option to allow standard Delphi SOAP webservice functionality.</p>
<p>Visit <a href="/soap">/soap</a> for WSDL</p>
<p>Visit <a href="/customers">/customer</a> for Customer REST</p>
</body>
</html>