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
