Hi Eran, yes, I need to add some headers from the service and I'm using RawXMLINOutMessageReceiver. Should it work if I do it into setOperationContext() when msgCtx = opctx.getMessageContext(WSDLConstants.MESSAGE_LABEL_OUT_VALUE) is not null (i.e. the message is going out)? Or do I need a handler?
Thanks, Michele Eran Chinthaka wrote: > Michele Mazzucco wrote: >> Hi all, >> >> is it possible to add some informations into the (response) SOAP header >> from the service side (I'm assuming the operation to be out-in)? In >> other words, given the echo() operation, can the service add some data >> into the (outgoing) soap header (please note that in this scenario no >> ServiceClient nor OperationClient are created)? > > IIUC, you wanna add some headers from the service itself? > > Which message receiver are you using? Is it a custom message receiver > you got after code gen or a built in one from Axis2? > > - Chinthaka > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]