We have a requirement like in webMethods through JDBC Adapter we need to invoke a Stored procedure which has input has a REF_CURSOR to it wherein the input is of format Header & Detail list of columns to be provided from webMethods.
In the Stored procedure with signature as REF_CURSOR input we are not able to assign header & detail list of values as input no such option to provide in template.
We have used the Dynamic SQL for this but it accepts only linear records that is single row data.
Here the Detail part is a list and the header linear + details has to be passed at single time to Procedure.
No possible that way as far I know…but you may need to customize the SP inputs (take help from ur SQL person) such a way that wM can handle it via SP script or check with SAG support if they can suggest any alternate way handling via templates.