如何在运行时在WSO2 Api Manager的序列中检索HTTP REST方法(GET,PUT,POST,DELETE,OPTIONS)?我试着用$ ctx:REST_METHOD返回' null'值。
<sequence name="ec_rest_dynamic_ep" trace="disable" xmlns="http://ws.apache.org/ns/synapse">
<property expression="$ctx:REST_METHOD" name="restmethod"
scope="default" type="STRING"/>
<log>
<property expression="get-property('restmethod')" name="*******************REST_METHOD***********"/>
</log>
</sequence>
基本上,当前服务的HTTP REST METHOD值&amp;标识服务所需的该服务的URL上下文,以便在运行时动态地将服务重定向到其端点。