Set Header in the web service server side java

797 Views Asked by At

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?

0

There are 0 best solutions below