Hi there,

Add a soap header can be easily done by adding a handler in the outgoing
message flow.

You can access the soap headers at the client side by following the
instructions given here:
http://wso2.org/library/3156

On 3/26/2012 10:12 AM, alessio.lunarde...@iit.cnr.it wrote:
> Hi all,
> i need to adding a custom header from web service in response to client.
> I've a ws like this:
> public OMElement fname(OMElement element){
> ...
> return OMElement
> }
> I need to add SOAPHeader just before the "return" and access it from
> client. I need how to access from client, but how do that here in the
> service for "outgoing" message that will be sent back to client?
>
> Thx in advice,
> Alessio.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>
>

-- 
Blog - http://blogs.deepal.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to