JAX-WS clinet Web 应用程序 - 在 JSP 中显示 SOAP 请求和响应
我已经实现了一个带有消息处理程序的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论