DataPower XA35 - 处理规则 - 路由操作
我们的处理规则包括两个转换操作以及一个验证和结果操作。 我们想要在两个转换操作之间添加另一个操作来执行以下操作:
新操作将使用 XSLT 来计算表达式。 如果存在匹配,则跳过其余处理规则操作以转到最后的结果操作。 否则,继续处理处理规则提供的其余操作。
我需要使用什么类型的操作来提供此解决方案,也许是“路由操作”? 如果是,xslt 文件中调用最后一个结果操作的语法是什么?
请提供任何建议。
谢谢你 - 埃内奥。
Our processing rule includes two Tranform actions, and a Validate, and Results actions. We want to add another action between the two transform actions to do the following:
The new action will use an XSLT to evaluate an expression. If there is a match, skip the rest of the processing rule actions to go to the last Results actions. Otherwise, continue processing the rest of the actions provided by the processing rule.
What type of action do I need to use to provide this solution, perhaps "Route Action"? If yes, what would the syntax be in the xslt file to call the last Results action?
Please provide any advise.
Thank You - Eneo.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在最新的固件中,有一个“条件”操作,使用它您可以跳过操作。
In the latest firmware, there is a "Conditional" Action, using which you can skip actions.