Colm O hEigeartaigh wrote: > Instead I want to set some information possibly using > WebServiceContext.getMessageContext().put(...). How can I get access to > this via org.apache.cxf.message.Message in the interceptor, or what's > the best way to do this?
I *think* you can just call get() on the Message with the same key you put() into the WSC message context. Ian -- Ian Roberts | Department of Computer Science [EMAIL PROTECTED] | University of Sheffield, UK
