Hello I have a client and a service, with a handler on the client side and a handler on the server side. It works ok. But in my client handler I need to use msgContext.getTargetService() and it always return null !! If I try to use it in the server handler, it works. So, what's the problem with this method in a client handler ?