Jdeveloper BPEL 中的 IIS 服务器连接?
因此,我正在用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将 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.