Hi,
The scenario is that, From the WCF client I am calling a method:
string Add(int a)
But on the service I have the method
object process (object input)
how can i achieve this method routing at service level?
Hi, you may want to check out Carlos' blog regarding Operation Selectors:
http://blogs.msdn.com/b/carlosfigueira/archive/2011/05/10/wcf-extensibility-operation-selectors.aspx
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.
Would you like to participate?