And I'm asking what kind of information you're looking for, otherwise I have no idea how to help you.
All a web service is is an application that returns data via the web. It can be created using *anything*. Do you know what kind of data you have to return? XML?
SOAP? JSON? Plain text? Do you know how people will be making requests of the service? XML? HTTP form data?