I have a web service client which adds a soap header in the request message.
In the web service server side I access this header and validate the message, but I need to send parameters in the soap header of the response message. How can I do that in Java?