XML 和 iSeries RPGLE - 开发工具?

发布于 2024-07-08 17:33:04 字数 279 浏览 7 评论 0原文

我有一个 iSeries 到 .Net 紧凑框架项目。 它包括公开为 Web 服务的 rgple 程序和使用 Web 服务的 Windows 移动应用程序。 每个 iSeries 程序都有一个特定的 Web 服务包装器和每个 .net 应用程序引用。 我想提出一种使用 XML 的更通用的消息传递服务。

我对.Net 中处理XML 相当熟悉。 但没有在 iSeries 上使用 XML 的经验。 您会推荐哪些 iSeries XML 工具? 如何最好地开始/学习 iSeries 上的 XML 处理?

I've got a iSeries to .Net compact framework project. It includes rgple programs exposed as web services and a Windows mobile app that uses the webservices. Each iSeries program has a specific webservice wrapper and the .net app reference each. I would like to come up with a more generic messaging service using XML.

I am fairly familiar with procesing XML in .Net. But have no experience with XML on the iSeries. What iSeries XML tools would you recommend? And how best to get started/learn XML processing on the iSeries?

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

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

发布评论

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

评论(3

一刻暧昧 2024-07-15 17:33:04

IBM 为 IBM 提供了 XML 工具包系统i5

您还可以运行具有 XML 解析器

RPG 还具有一些 对 XML 的支持 内置于语言中。

您可以通过阅读这些链接中的 IBM 文档来开始使用。

IBM provides the XML Toolkit for IBM System i5.

You can also run Java which has an XML parser.

RPG also has some support for XML built into the langage.

You can get started by reading the IBM documentation at those links.

倒带 2024-07-15 17:33:04

还有RPG-XML Suite。 他们编写了一个包装器以使其更容易。 不过我还没用过。

There is also the RPG-XML Suite. They wrote a wrapper to make it easier. I have not used it however.

人生百味 2024-07-15 17:33:04

我使用过 Krangletech 的 RPG-XML Suite,效果非常好。 提供的过程都位于绑定目录中,因此将它们添加到您的程序中非常容易。 您还可以剪切和粘贴几个示例,以详细解释所有内容。 AAron 还提供了几个命令,可以轻松地从头开始创建一个程序,该程序可以解析传入的 xml 文件,也可以构建一个模板来创建您自己的 Web 服务程序。 我对他们给予我的支持也非常满意。 几天之内我就启动并运行了我的第一个网络服务程序。

I have Used RPG-XML Suite by Krengletech and it works wonderfully. The procedures provided are all within a binding directory so it's really easy to add them to your programs. There are also several examples that you can cut and paste from that explain everything in detail. AAron also provides a couple of commands that make it easy to create from scratch a program that either parses an incoming xml file or builds a template for creating your own webservice program. I'm also extremely pleased with the support I've received from them. I was up and running in a few days with my first webservice program.

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