首页 文章
  • 2 votes
     answers
     views

    通过http支持mule多语言数据传输

    我想帮助实现下面的mule用例.Mule流包含http-inbound-endpoint和object-string transformer(可选)以及打印有效负载的logger . 要求是我使用带有json字符串的rest客户端调用流 {"name":"ساختبار","age":"25"} 在json字符串名称中...
  • 0 votes
     answers
     views

    如何在流中找到mule配置文件名

    我想打印mule配置文件名,在流程中的 Logger 中,我该如何获取它? 假设test.xml中的配置文件名,里面有一个流有 Logger ,打印test.xml,我怎么能得到这个呢? flow name =“filenameFlow”> http:listener config-ref =“HTTP_Listener_Configuration”path =“/ Hello”doc:na...
  • 2 votes
     answers
     views

    Mule中的OAuth 2.0实现

    我正在开发一个项目,我需要通过Web服务公开它的一些方法,并且我正在使用Mule跟随RAML并实现安全性,已经提出了OAuth 2.0 . 我能够验证客户端的'client_id'和'client_secret',但为此我只在配置文件中提供了凭据 . 现在我需要从数据库中获取客户端详细信息 . 我尝试使用'preFlow-ref'并调用另一个流,我可以检索'client_id'和'client_s...
  • 0 votes
     answers
     views

    无法将文件发布到mule中的选项内的http endpoints

    这是我的mule app xml config <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:doc="http://www.mulesoft.org/sche...
  • 0 votes
     answers
     views

    MuleRequester在读取后删除文件

    以下是我的骡子配置 . <mule xmlns="http://www.mulesoft.org/schema/mule/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:doc="http://www.mulesoft.org/schema/mule/docu...
  • 0 votes
     answers
     views

    骡子部署问题

    部署界面时出现以下错误 org.xml.sax.SAXParseException:cvc-complex-type.2.4.a:找到以元素'sfdc:query-single'开头的无效内容 . 其中一个'{“http://www.mulesoft.org/schema/mule/core":annotations,,http://www.mulesoft.org/schema/mu...

热门问题