Strange exception occurred, when I tried to call the action in my proxy class exception message: The message could not be processed because the action http://testservice//reports/IReportService//Report is invalid or unrecognized.
As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...