Jdeveloper BPEL 中的 IIS 服务器连接?

发布于 2024-12-12 02:24:46 字数 193 浏览 0 评论 0原文

因此,我正在用 BPEL 编写一个 Web 服务,但由于对 Jdeveloper 不太熟悉,遇到了一些障碍。先问基本问题。如何创建与 IIS 服务器的新应用程序服务器连接?目前,我有一个以数据为中心的 Web 服务,部署到 C# 中的 IIS 服务器,我需要通过 BPEL 模型连接到该服务器。所以基本上需要外部 Web 服务连接。任何帮助都会很棒。

干杯

So I am writing a webservice in BPEL, but coming up with a few obstacles due to not being very familiar with Jdeveloper. Basic questions first. How can I create a new application server connection to an IIS Server? I currently have a data centric webservice deployed to an IIS server in C# that I need to connect to through my BPEL model. So basically an external webservice connection is required. Any help would be great.

Cheers

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

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

发布评论

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

评论(1

残龙傲雪 2024-12-19 02:24:46

您需要将 C# 服务的 WSDL 导入 JDeveloper 并为其定义一个合作伙伴链接。然后您可以使用 BPEL 调用活动来调用该服务。

You will need to import the WSDL of your C# service into JDeveloper and define a partnerlink for that. Then you can call the service using the BPEL invoke activity.

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