RE: MessageContext.setProperty() in a handler

2004-08-09 Thread Jeff Phelps
client side handlers in the client-config.wsdd.article below can help you about handlershttp://www-106.ibm.com/developerworks/webservices/library/ws-devettk2.html>From: Jeff Phelps <[EMAIL PROTECTED]>>Reply-To: [EMAIL PROTECTED]>To: [EMAIL PROTECTED]>Subject: MessageContext.setProp

MessageContext.setProperty() in a handler

2004-08-09 Thread Jeff Phelps
I'm trying to set a custom property on the MessageContext in the response flow of a handler and have that be passed back to the client. But this doesn't seem to work. If the client calls getProperty() they get null or if they have already set the property they get the value they previously set.