I have created a class that implements IDispatchMessageInspector and in the AfterReceiveRequest method I can get the action in this form: "http://example.com/contract_name/operation_name"
Is there a good way that I can get figure out what method that is in my contract interface? Can I do it using the same code that WCF uses to find what method to call?