How can I modify the incoming web service response in a JAX-WS client before it is parsed?

I saw that this question was still open without any answers, so I'll provide some insight on how the problem was solved.

I saw that this question was still open without any answers, so I'll provide some insight on how the problem was solved. As it is, JAX-WS doesn't offer any support to do this kind of thing. It is probably possible to look into the details of the implementation and add a hook there, but then your solution is no longer portable to other web service container implementations.

Our final solution was to switch to Commons HTTP Client to send the message and receive the response. The messages themselves were created and parsed using plain JAXB. The SOAP headers were added and removed manually.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions