使用 WCF 服务作为 Mule 流的出站端点

发布于 2024-12-12 19:52:54 字数 277 浏览 0 评论 0原文

我有一个我创建的 wcf 服务,我希望我的 mule 服务器将消息(自定义对象)推送到某个流程的末尾。

现在,我似乎找不到这种实现的任何工作示例(我意识到它们都支持肥皂)。

有一些我可以使用的在线示例吗?无论如何,我是否不需要创建自定义对象的 2 个实现(java 和 ac# 一个)?

我已经看到了 cxf 端点,但它需要一个 WSDL 文件(我可以从 wcf 服务端点获取)以及一个实现我不知道如何制作的服务的类。

我将如何创建这个?如果存在的话,我希望有一个这样的例子。

I have a wcf service that i have created that i'd like my mule server to push messages (custom objects) to at the end of a certain flow.

Now, i cant seem to find any working examples of such an implementation ( i realize they both support soap).

Is there soem sort of online example i can use? Is there anyway where i dont need to create 2 implementation of my custom object (both a java and a c# one)?

I've seen the cxf endpoint but it requires a WSDL file (which i can get from the wcf service endpoint) as well as a class implementing a service which i dont know how to make.

How would i go about creating this? I'd love an example for such a thing if it exists.

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

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

发布评论

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

评论(1

¢好甜 2024-12-19 19:52:54

Follow procedure 1 (WSDL First JAX-WS Client) of the Consuming Web Services with CXF section of Mule User Guide.

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