Question

Is it possible to call a Stored Procedure in Worklight through the WL.Server.invokeSQLStoredProcedure API method that requires an Out parameter?

Was it helpful?

Solution

No, WL SQL adapter does not support out parameters.

OTHER TIPS

There is another way to override Worklight and call stored procedures via Java to get OUT params. See answer here IBM Worklight - How to get OUT parameter when invoking a stored procedure?

This approach can be used to get OUT parameters as well as Ref Cursors (SYS_REFCURSOR) which also are not supported.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top