Friday, 30 August 2013

Overloadin in WCF

Overloadin in WCF

Is there any solution to implement overloading in WCF? WCF and SOAP does
not support overloading because it's designed to be a completely general
communications framework, which means that clients might not be
.NET-based, and therefore might not have any understanding of method
overloading. Maybe exist option to force overloading in WCF?

No comments:

Post a Comment