.NET Framework 3 (WCF) Service with .NET Framework 1.1 / 2 Client
-
Hi, We are thinking about starting a new project but are worried about the take-up of .NET Framework 3 within businesses. Is is it possible to have a WCF server application connecting to a client over Binary NetTcp to talk to a .NET Framework 1.1 / 2 client? Thanks
-
Hi, We are thinking about starting a new project but are worried about the take-up of .NET Framework 3 within businesses. Is is it possible to have a WCF server application connecting to a client over Binary NetTcp to talk to a .NET Framework 1.1 / 2 client? Thanks
If you mean can your WCF service be consumed by a none-WCF source then the answer is yes. WCF allows you to expose your service through a wide variety of protocols, one of which should suit your needs.
Deja View - the feeling that you've seen this post before.
-
If you mean can your WCF service be consumed by a none-WCF source then the answer is yes. WCF allows you to expose your service through a wide variety of protocols, one of which should suit your needs.
Deja View - the feeling that you've seen this post before.