WSO2 ESB发送文件槽HTTP API无响应解决



注意:我对WSO2 ESB的新鲜事物,如果重复此问题,请标记并发布原始问题。

我只想让WSO ESB解析请求的内容到端点(HTTP)。但是发送时,我不会从ESB得到任何回应。方式是API-> Insemence-> 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&amp;file=true">
            <timeout>
                <duration>5000</duration>
                <responseAction>discard</responseAction>
            </timeout>
        </http>
        <property name="enctype" scope="axis2" value="multipart/form-data"/>
    </endpoint>
</call>
<respond/>

向liz3

我发现解决方案非常简单,最好的方法是使用代理系统,因为它可以处理文件。

最新更新