当HTTP返回代码为401时,我想在另一个序列中调用
我试图用这种方式来处理,但是我不能打电话给其他人。
<filter regex=".*401" source="get-property('axis2', 'HTTP_SC')" xmlns:ns="http://org.apache.synapse/xsd">
<then>
<call-template target="conf:sequences/bsi.otherSequence.xml"></call-template>
</then>
</filter>
WSO2版本6.4.0
感谢任何想法!
答案 0 :(得分:1)
<sequence key="conf:sequences/bsi.otherSequence.xml"></sequence>