I need to send a keyname-keyvalue (a String pair) to the server before I
invoke a web service method.  A Handler will validate this key against the
name of the service being invoked.  How do I send this key with a client and
can I use MessageContext.getContextualProperty( "keyname" ) to retrieve the
value of the key in the Handler?
/Thanks

Reply via email to