AFAIK currently it's not possible to do that from your service implementation class...
You may need to write a handler to add those elements to the header of the outgoing message and engage that handler in the outflow.. On 4/13/07, José Antonio Sánchez <[EMAIL PROTECTED]> wrote:
Hello, I'm developing a service and I have to return some elements in the header when some operations of my service are invoked but I don't know how to do this. For the incoming message I can use MessageContext.getCurrentMessageContext().getEnvelope() but, how do I add a header to a response? -- Saludos. José Antonio Sánchez --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Thilina Gunarathne - http://www.wso2.com - http://thilinag.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
