こんにちは、次のコードを使用して、curl 経由でポート 9090 (axis2.xml で設定) の wso2 esb にメッセージを受信しようとしています。
`<proxy xmlns="http://ws.apache.org/ns/synapse" name="att2" transports="https"
statistics="enable" trace="enable" startOnLoad="true">
<target faultSequence="fileWriteSequence" endpoint="conf:/users">
<outSequence>
<send />
</outSequence>
</target>
<parameter name="enableMTOM">false</parameter>
</proxy>'
私が使用しているcurlコマンドは次のとおりです。curl -d this is a test" http://localhost:9090
統計にファイルが表示されず、curl コマンドから返された応答は「サーバーからの返信がありません」です。何かアイデアはありますか?