Click here to Skip to main content
15,887,376 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Hey All,

I'm currently writing a new demo application and want to include interaction with an interesting web service, anyone have any good ones that are likely to hang around and be available for a decent amount of time into the future?

Cheers,
Posted
Comments
Sergey Alexandrovich Kryukov 30-Nov-11 14:01pm    
I appreciate this question. This is a good idea to demonstrate techniques on some well-known Web Services (I voted 5), especially "interesting" ones, but I used to face the same problem, and did not find anything good at that time. Hope you well find it -- looking forward to see your article.

Good luck,
--SA
Jammer 30-Nov-11 14:28pm    
Thanks! The most interesting one I've ever found and used is this one:

MusicBrains
Sergey Alexandrovich Kryukov 30-Nov-11 14:05pm    
Do you require to get an WSDL file from the service provider?
--SA
Jammer 30-Nov-11 14:31pm    
Yeah, this is where the idea breaks down a little bit as if you want to do a good WCF demo it would be good to have access to the original library so you don't end up using proxy classes.

Still, a demo of both is equally good.

That said it definitely wouldn't be a problem, better than no WSDL!!!! :)
Sergey Alexandrovich Kryukov 30-Nov-11 21:00pm    
Certainly. I've done some search and found HTTP based services which are called "Web Service" but in fact simply accept requests in the URL and return some XML/JSON (and even PHP persistence format, oh, boy!) document in response. :-) That's not it, I think. A "real" Web Service is the Web Service.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900