注意:我对wso2 esb很新,如果这个问题重复,请标记并发布原始问题。
我想让wso esb将请求的内容解析到端点(http)。但在发送时,我没有得到esb的回复。 方式是API-> InSequence-> HttpEndpoint。
日志没有说什么。
我做错了什么? 序列:
<?xml version="1.0" encoding="UTF-8"?>
<sequence name="fileupload" xmlns="http://ws.apache.org/ns/synapse">
<log level="full"/>
<call>
<endpoint>
<http method="POST" uri-template="ĥttp://192.168.5.33/index.php?_q=get&file=true">
<timeout>
<duration>5000</duration>
<responseAction>discard</responseAction>
</timeout>
</http>
<property name="enctype" scope="axis2" value="multipart/form-data"/>
</endpoint>
</call>
<respond/>
关心Liz3
答案 0 :(得分:1)
我发现解决方案非常简单,最好的方法是使用代理系统,因为它可以处理文件。