处理 RPC/编码 Web 服务中的 SOAP 编码
我无法设法从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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