.net – Can a .net project discover and use a WCF service

.net-2.0wcfwcf-binding

I have created a basic WCF service in IIS. I am aware that this should be developed in .net 3.0 and .net 3.5. My question is this. Can a client running .net 2.0 access and consume the WCF service?

Cheers

Best Answer

Yes, if the service exposes an endoint with basicHttpBinding. Although there are some issues you should be aware of.