Hi I would like to reuse OperationClient across multiple (different) service invocations i.e. I plan to have at least one dedicated OperationClient per thread in a multi-threaded environment to avoid recreating it for each request and degrade performance since it is a big overhead. When I use "reset" it clears the OperationContext to null and gets a NLP exception. Can someone help in this regard or should I got ahead and modify the "reset" method to suit our needs. Any help or suggestions appreciated.
Best Regards, -HK