suda.co.uk

REST WebServices

Background

REST Webservices use the basic features of web to transfer data. The following are a few simple REST WebServices that i have created to demonstrate their use. You simply make an HTML request to the URI, with any parameters in the query string, and an XML document is returned to the client to parse, transform, and/or conduction operation on the data.

Services

Lesser Known Holidays
URI: http://suda.co.uk/projects/holidays/holidays-rest.php
PARAMETERS: none

The DTD and XSD for the holiday service are available at:
http://suda.co.uk/projects/holidays/holidays-rest.dtd
http://suda.co.uk/projects/holidays/holidays-rest.xsd

This function takes no parameters and will return an XML document with all the lesser known holidays.

Last modified: October 11, 2009 17:15:38 UTC

Copyright 2002-©-2024 Brian Suda
http://suda.co.uk/projects/REST/