当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
谢谢你的任何想法!
发布于 2018-12-30 08:33:06
<sequence key="conf:sequences/bsi.otherSequence.xml"></sequence>
https://stackoverflow.com/questions/53957728
复制