【发布时间】:2026-02-01 21:35:01
【问题描述】:
<http:inbound-endpoint exchange-pattern="request-response" host="localhost" port="8081" doc:name="HTTP" contentType="application/x-www-form-urlencoded" path="getDetails" />
<object-to-string-transformer doc:name="Object to String"/>
<logger message=" Logging ...... #[message:payload]" level="INFO" doc:name="Logger"/>
我通过 chrome rest 客户端调用
http://localhost:8081/getDetails
方法:发帖
下面是json数据
{ “id”:“1”, “名字”:“xyz”, "姓氏": "abc", "地址":"xy"
}
无论我传递了什么 json 数据,我只想打印以进行处理。但 在记录中显示空负载
欢迎提出建议
【问题讨论】:
标签: mule mule-studio