开发者

JAX-WS clinet web application - displaying the SOAP request and response in JSP

I've implemented a JAX-WS client web application with a message handler where I can get the request and response. i.e.; I got the SOAP request and response as strings. I would like to get these strings and display 开发者_JAVA百科them on every page. I'm invoking the service in the action class (struts) and forwarding the request to JSP to print the parsed data coming from the service.

Question here is - how to get these two strings to the action class back? I've sued the request scope at server side to do the same but the request is coming blank in case of client.

Any ideas?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜