系统无法从URL WSO2EI推断传输信息

时间:2018-03-19 11:01:38

标签: wso2 esb wso2ei

请问,我的WSO2EI API定义有这个错误,它对我有用很多次但是我不知道发生了什么。

enter image description here

我的配置如下:

<resource methods="PUT DELETE GET" uri-template="/{appointmentId}">
    <inSequence>
        <log description="" level="custom">
            <property expression="uri.var.appointmentId" name="property_name"/>
        </log>
        <switch description="" source="$axis2:HTTP_METHOD">
            <case regex="GET">
                <sequence key="appointmentGet"/>
            </case>
 <default>
                <sequence key="errorSequence"/>
            </default>
        </switch>
        <respond/>
    </inSequence>
    <outSequence/>
    <faultSequence>
        <sequence key="errorSequence"/>
        <send/>
    </faultSequence>
</resource>

非常感谢

1 个答案:

答案 0 :(得分:0)

我忘了使用get-property(&#39; uri.var.appointmentId&#39;)