作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想从请求中获取URI VAR值,以在WSO2 ESB API资源中的开关中调用正确的大小写,如下所示:
<api name="apk" context="/apk"><resource methods="GET" uri-
template="/apk/{appName}"><inSequence><header name="App"
scope="transport" action="remove"/><switch source="get-
property('uri.var.appName')"><case regex="BEBE"><send><endpoint><http
method="GET" uri-template="http://localhost/apk/Bebe.apk></http>
</endpoint></send></case><case regex="CITAS"><send><endpoint><http
method="GET" uri-template="http://localhost/apk/Citas.apk></http>
</endpoint></send></case></switch></inSequence></resource></api>
source="get-property('uri.var.appName')"
不正确。
$url
这样的
$url
SynapseXpath变量获取此值吗?
最佳答案
您所做的是正确的。请尝试与日志中介器进行相同的操作,看看是否正确获得了该值。
<log level="custom">
<property name="AppName" expression="get-property('uri.var.appName')"/>
</log>
关于wso2 - 从WSO2 ESB API中的SynapseXPath变量获取URI VAR,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31068694/
我是一名优秀的程序员,十分优秀!