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 jimmy coyne <ji...@engitech.ie> on 2002/12/06 13:39:16 UTC

custom handler

Hi all
I'm trying to write a simple  custom handler using the axis book as a
reference .

in my invoke method I do the following


	public void invoke(MessageContext pMessageContext  ){

		  String service  = 	pMessageContext.getTargetService();
              System.out.println(service  );
	}

How ever , service  is always equal to null.Is this a bug or am i missing
some thing.
thanks
jim