You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by va...@bull.net on 2004/02/19 14:30:35 UTC

problem with getTargetService

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 ?