Krzysztof Mossakowski
.NET Programming
2007 - Tasks
XML Web Services
Create a web application with the following parts:
A textbox to allow to write the 'word' to find and a button to send a request
An animated image with the 'word' (see the picture above)
Definitions of the 'word' taken from available dictionaries
Create your own XML Web Service serving animated image for specified text
Use this service:
http://services.aonaware.com/DictService/DictService.asmx
for getting definitions of the 'word'
The Define method returns all definitions found in available dictionaries (see
an example
)
Hints:
http://sourceforge.net/projects/ngif/
- a library that allows to create animated gif files
Approximate points:
Own XML Web Service:
serving dynamically created image for specified text: 3.5
creating animated gif files: 1.0
Web application
Using own web service: 2.0
Using dictionary web service: 3.5
Links for uploading:
Solutions
Corrections