by Marius Gheorghe
1. February 2008 16:36
It seems that there are 2 simple requirements to get a .NET 2.0 client to call a 3.5 WCF service.
- install WSE 3.0 (and make sure is enabled in the client project when you reference the service)
- the WCF binding must be set to basicHttpBinding for this to work.
Hope it will help someone.