使用 WCF 服务作为 Mule 流的出站端点
我有一个我创建的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遵循 的过程 1(WSDL 第一个 JAX-WS 客户端) 《Mule 用户指南》中的“通过 CXF 使用 Web 服务”部分。
Follow procedure 1 (WSDL First JAX-WS Client) of the Consuming Web Services with CXF section of Mule User Guide.