在WSO2 ESB5.0.0 REST_URL_POSTFIX中,该值不会附加到端点URL

时间:2018-02-07 07:04:01

标签: wso2 wso2esb esb

我试图通过使用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>

1 个答案:

答案 0 :(得分:0)

您需要使用“pox”格式的地址端点。

itertools.tee