【发布时间】:2018-12-28 11:20:20
【问题描述】:
当http返回码为401时,我想在另一个序列中调用一个序列
我试图以这种方式处理,但我无法呼叫其他人。
<filter regex=".*401" source="get-property('axis2', 'HTTP_SC')" xmlns:ns="http://org.apache.synapse/xsd">
<then>
<call-template target="conf:sequences/otherSequence.xml"></call-template>
</then>
</filter>
WSO2 版本 6.4.0
感谢您的任何想法!
【问题讨论】: