Question : Use WCF over webservices

Hi!

For a server, I've to developp a webservices.

I've thought to use WCF to make it. It's a constraint that clients can connect thru a webservices.

But how:
-Can I specify it should be a webservices?
-Can I have a wsdl file to give to the client?
-If I've to provide a webservice, if I use WCF, i'm obligated to host it on a IIS?
-I use VS2010, is there some wizard/shortcuts?

Is there a tutoriel somewhere?

Thank you for your help

Answer : Use WCF over webservices

Hey

1. A WCF cannot "become" a web service
2. You will have to give client the wsdl, and .config file (possibly it would be best to make a "demo" app and send all the source for the project.
3. WCF is not bound to IIS - you can host it in a windows service as well
4. :) - no shortcuts to good code ;)
Random Solutions  
 
programming4us programming4us