4
Reply

Is it possible for a WCF service to implement Multiple service contracts?

Rajesh Singh

Rajesh Singh

Dec 25, 2015
2.9k
0

    Yes ,we can create a wcf service with multiple service contracts but for that we have to specify different endpoints for each.

    Rajeev Punhani
    January 28, 2016
    2

    Yes, we make the service class implement multiple service interfaces, and then expose each service using a different endpoint.

    Rajesh Singh
    December 25, 2015
    2

    Yes. Of course, there can as many contracts as interfaces.

    Vishal Jadav
    August 06, 2016
    0

    Yes we can. This is the advantage of WCF

    Thiruppathi R
    May 11, 2016
    0