处理 RPC/编码 Web 服务中的 SOAP 编码

发布于 2024-10-08 17:15:16 字数 183 浏览 2 评论 0原文

我无法设法从 WSDL 创建 RPC/编码风格的代码 - 有谁知道哪个框架可以做到这一点?

具有 adb 和 xmlbeans 映射的 Axis2 无法正常工作(无法处理响应中的肥皂编码) 直接使用 XMLbean 不会生成请求消息(因为它们不是 wsdl 中的类型) - 所以我还没有那么远......

有什么建议吗?

I can't manage to create code from WSDL that is in RPC/encoded style - does anyone know which framewok can do that?

Axis2 with adb and xmlbeans maping aint working (can't deal with soap-encoding in response)
straightforeward use of XMLbeans doesn't generate request messages (as they are not types in wsdl) -so I'm not as far as that...

Any suggestions?

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

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

发布评论

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

评论(1

川水往事 2024-10-15 17:15:16

RPC 编码已过时,不再使用。
Axis 2.0 不支持它,但以前版本的 Axis 应该可以完成这项工作。检查 axi2 rpc 支持< /a>

RPC encoding is obsolete and not used any more.
Axis 2.0 does not support it but previous versions of Axis should do the job. Check axi2 rpc support

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