JAX-WS clinet Web 应用程序 - 在 JSP 中显示 SOAP 请求和响应

发布于 2024-09-02 03:09:32 字数 244 浏览 1 评论 0原文

我已经实现了一个带有消息处理程序的 JAX-WS 客户端 Web 应用程序,我可以在其中获取请求和响应。 IE;我收到了字符串形式的 SOAP 请求和响应。我想获取这些字符串并将它们显示在每个页面上。我在操作类 (struts) 中调用服务并将请求转发到 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 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文