在 Oracle Forms 中使用 .NET Web 服务
我有一个需要在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
OTN 表单页面的此示例有帮助吗?
http://www.oracle.com/技术/产品/表单/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html
问候
Does this example from OTN Forms page help?
http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html
Regards