Hello,
i built a service with a custom operation selector, the selector simply looks at a specific element in the message body ( and ignores the action) to specify which method to call on a contract.
This works fine, and i can see that the server code is being invoked now, however the client throws an exception saying that the action of the request doesn't meet with action of response.
what extensibility point would help me to tweak the response action header, or can i do something at the client for it to accept the changed action ...
many thanks