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

8 lines
300 B
HTML

<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="/wsdl">/wsdl</a> for WSDL</p>
<p>Visit <a href="/customers">/customer</a> for Customer REST</p>
</body>
</html>