我是使用IBM API CONNECT的新手,我的目标是使用API CONNECT作为代理服务器来为我现有的REST Apis提供安全性,我遵循this tutorial,但收到以下错误:
for $p in /things/stuff/node() return if ($p instance of element()) then concat('<',$p/name(),'>',$p,'</',$p/name(),'>') else $p
有人知道错误的可能原因吗? 谢谢您的帮助!