Our system requires adding some header information in the SOAP message. So how does this be implemented by JAX-WS. I know one way to achieve this is adding
@WebParam(name = "login", header = true), but this solution is not what we want. We want one solution which doesn't need to change the endpoint interface.
-
Do you need to consume a webservice as a client or implement a web service?Yuriy Nakonechnyy– Yuriy Nakonechnyy2012-05-22 12:01:48 +00:00Commented May 22, 2012 at 12:01
Add a comment
|