我如何使用 Mulesoft 公开 WSDL,以便 Salesforce 可以调用它

How can I expose a WSDL using Mulesoft so Salesforce can call it

我是 Mulesoft 的新手。目前我们有一个需求,需要使用Mulesoft 公开一个WSDL 供Salesforce 调用。当 Salesforce 调用此 Web 服务时,它会转换一些帐户信息,Mulesoft 会将它们加载到 MySQL table。谁能帮助我如何创建它?谢谢!

要发布 SOAP 服务,您应该使用 CXF 组件reference). Take a look into the documentation Publishing a SOAP API 了解如何开始流程。

请花点时间快速浏览一下Mule User guide, since it explains the essentials to start developing with Mule. You will need it to learn how to interact with MySQL too (Database connector)。

绝对...正如 Nuno 所说,您需要在 Mule 中使用 CXF 组件来公开您的 SOAP web 服务。实际上使用 Mule 平台您可以公开您需要的任何类型的 Web 服务,例如(Soap,Rest)其他应用程序可以读取..

查看创建 Web 服务和公开 WSDL 的简单方法:- http://training.middlewareschool.com/mule/soap-code-first-build/