在 Oracle Forms 中使用 .NET Web 服务

发布于 2024-07-26 10:08:41 字数 362 浏览 12 评论 0原文

我有一个需要在 Oracle Forms 中使用的 Web 服务。 Web 服务是基于 SOAP 的服务,并使用 Microsoft Biztalk Server 生成。 该服务接受复杂的 xml 消息作为其请求,并返回类似的 xml 消息作为响应。
我想从我的 Oracle Forms 应用程序(Forms 版本 10.1.2.0.2)中使用此服务。 我遵循了指南并添加了来自 WSDL 的引用,为我生成了一些 java 类,但这就是我丢失它的地方。
从生成的代码中,我发现我可能必须创建一个由完整的向量组成的向量服务期望的 xml 架构层次结构。 但我需要一些关于如何做到这一点的建议。
以前有人从事过类似的服务吗? 请分享您的经验或任何有用的资源。
谢谢。

I have a web service that i need to consume in Oracle Forms. The web service is SOAP based service and was generated using Microsoft Biztalk Server. The service accepts a complex xml message as its request and returns a similar xml message as response.
I want to consume this service from within my Oracle Forms Application (Forms version 10.1.2.0.2). I followed the guidelines and added its reference from WSDL, a few java classes were generated for me but this is where I lost it.
From the generated code, i see that i might have to create a vector which consists of the complete hierarchy of xml schema that is expected by the service. But i need some advice in how to do so.
Has anybody worked on similar services before? Please share your experience or any helpful resources.
Thanks.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文