我正在使用SQL适配器,我正在尝试调用另一个适配器过程,但我收到连接超时错误。当我使用rest end point调用适配器时会发生这种情况。
以下是我的代码
function test(){
WL.Logger.info("Test Method")
return WL.Server.invokeProcedure({
adapter : "AnotherTestAdapter",
procedure : "anotherTestProcedure",
parameters : []
})
}
这是我给出的终点
我正在打印“测试方法”,然后连接超时。
但是当我调用invoke方法时,我得到了成功的回复
http://domain:port/context/invoke?adapter=mainAdapter¶meters=[]&procedure=test