Hi people,
For those who are interested (dutch developers) I created a webservice for people to consume. Its a webservice that contains a great number of tv shows from
http://www.uitzendinggemist.nl. Probably some clever programmers can start creating plugins based on this webservice.
You can access the service at:
http://services.cbytes.eu/CUitzendingGemistService.asmx
The service is constantly updated and new content is added automaticaly through a site-monitor.
You can see a screenshot of my monitor at:
http://www.cbytes.eu/images/uitzendinggemist.jpg
The service got the following functions which all return a dataset:
ListBroadcast
This function returns all available broadcast stations
ListProgram
This function returns all available programs
ListProgramByBroadcast
This function returns all programs broadcasted by a particular station
ListTransmissionByProgram
This function returns all transmissions by a particular program
SearchTransmissionByBroadCast
This function returns the search result, searching by broadcast station
SearchTransmissionByProgram
This function returns the search result, searching by program
SearchTransmissionByDate
This function returns the search result, searching by datespan
When there are questions regarding this service you can ask.
My goal is to create more of these services to consume.
(For the dutch developers you can see an example on how to consume this service with .net on
http://www.degroeneknop.nl/forum/ind...ic,2376.0.html)