iSeries 的 XML Web 服务
我需要从 aspx 页面的 DB2 数据库中提取商品数量,然后在数量更改后进行更新。 我想创建一个 Web 服务,它将发送 XML 数据,然后解析回我的页面。 寻找任何人可能尝试过的任何好的参考资料或示例。
I need to pull item quantity from a DB2 database from an aspx page and then update after the quantity has been changed. I want to create a web service that will send XML data and then parse back to my page. Looking for any good references or examples that anyone has possibly tried.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非有其他原因,否则我建议使用 C# 为您生成 Web 服务。 C# 中的 XML 比 RPG 中的处理过程要好得多。
Unless there is another reason, I would suggest using C# to generate the web service for you. XML in C# is much better than the process to do it in RPG.