【发布时间】:2016-08-05 15:10:12
【问题描述】:
我得到:
Error sending HTTP request. Message payload is of type: byte[]
发送 HTTP 请求时。
我传递 url 查询参数参数并将它们保存在变量中,然后我使用映射转换器为 WS Consumer SOAP 请求构建 xml 请求。
当我尝试传递这样的参数并通过soap请求调用其他网络服务时:
http://localhost:8083/?oib=00025423889&institucijaId=43543500&orgJed=435345395987&svrhaPretrage=3453
我收到错误:发送 HTTP 请求时出错。消息负载类型:byte[]
Soap Web 服务使用者未获得正确的有效负载。他期待正确的有效载荷,但没有得到它。见图片:
我认为问题出在有效载荷上。不知道为什么ws消费者不识别payload?
这里是日志: link to log file
提前致谢!
【问题讨论】:
标签: mule esb mule-studio mule-el anypoint-studio