如何从 RPG 调用 Spring Web 服务?
我们为 Intranet 应用程序开发了 SOA 架构,因此我们的 Web 启动 Java 应用程序连接到中央应用程序。 在 Spring HttpInvoker 上运行的服务器,一切工作得很好。 现在,我们需要集中我们的业务逻辑,因此我们需要从 DB2 RPG 存储过程调用这些 Web 服务。 这可能吗?您建议从什么开始?
We have developed SOA architecure for our intranet application, so our web-start java applications are connected to central app. server which is running on Spring HttpInvoker, things work pretty well. Now, we came up with need to centralize our business logic, so our need is to call these web services from DB2 RPG stored procedures. Is that possible and what could you suggest to start with?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好在 RPG400-L 列表中询问。 那里有很多 XML 专家。
RPG可以在V5R4及以上版本上执行XML。 还有其他工具,例如 RPG-XML 也可以提供帮助。
It may be best to ask this on the RPG400-L list. There are many XML experts in there.
RPG can do XML on V5R4 and above. There are other tools like the RPG-XML that could help as well.