将请求 SOAP 标头添加到响应

发布于 2024-12-03 08:01:30 字数 138 浏览 3 评论 0原文

我正在为部署在 tomcat 上的 axis2 开发一个自下而上的 Web 服务。 处理一切正常,但出于跟踪目的,我想使用 Soap 标头包含一些元数据。您知道如何使 axis2 将收到的标头包含到响应中吗?例如,我想传递一个带有标头的 id 并通过响应接收它。

I am working on an bottom up web service for axis2 deployed on tomcat.
The processing is all working, but for tracking purposes I would like to include some meta data using the Soap Header. Do you know how to make axis2 include the header received into the response? E.g. I would like to pass an id with the header and receive it with the response.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜`诱少女 2024-12-10 08:01:30

在 Axis2 中处理这些场景的方法是使用处理程序。您可以让处理程序参与输出流,并在其中添加标头部分。本文[1]介绍了 axis2 架构以及如何使用模块添加新处理程序。

[1] http://wso2.org/library/articles/extending-axis2

The way to handle these scenarios in Axis2 is to use a handler. You can engage your handler to the out flow and do the header adding part is there. This article[1] describes about the axis2 architecture and how to add new handlers using modules.

[1] http://wso2.org/library/articles/extending-axis2

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文