我试图通过使用REST_URL_POSTFIX属性将属性介体中定义的属性附加到HTTP端点URL,但它不起作用。
<?xml version="1.0" encoding="UTF-8"?>
<api context="/synapse" name="synapse" xmlns="http://ws.apache.org/ns/synapse">
<resource methods="GET" uri-template="/2">
<inSequence>
<property name="REST_URL_POSTFIX" scope="axis2" type="STRING" value="hello/mkyongdemo"/>
<log level="custom">
<property expression="$ctx:REST_URL_POSTFIX" name="category"/>
</log>
<property name="HTTP_METHOD" scope="axis2" type="STRING" value="GET"/>
<send>
<endpoint>
<http method="get" uri-template="http://192.168.1.35:9768/RESTfulExample/rest"/>
</endpoint>
</send>
</inSequence>
</resource>
</api>
答案 0 :(得分:0)
您需要使用“pox”格式的地址端点。
itertools.tee