Answered Method Routing using WCF Extensibility

  • Monday, May 07, 2012 5:10 AM
     
     

    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?

All Replies