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



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

Answer / Rakesh Kumar Gupta

Yes, a WCF service can implement multiple service contracts by implementing each contract interface in a separate class and configuring them on the same endpoint. However, each operation within the contracts should have a unique combination of action and message names.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What is the basic difference between creating WCF service or WEB services?

1 Answers   Petranics Solutions,


What is abc of wcf?

1 Answers  


How can you test a wcf application without creating a client application?

1 Answers  


Which styles of models are supported in wcf?

1 Answers  


Name the namespace that is used to access WCF service?

1 Answers  


In wcf which bindings supports the reliable session?

1 Answers  


What is difference between wcf and wpf?

1 Answers  


Plz any one send the sharepoint interview question @ mossdev123@gmail.com

1 Answers  


Explain briefly different instance modes in wcf?

1 Answers  


what are the different instance modes in WCF?

1 Answers  


What is the one-way mode in wcf? Explain.

1 Answers  


Explain the role of WSDL in WCF?

1 Answers  


Categories