Search code examples
wcf.net-2.0wcf-binding

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


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


Solution

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