Calling a cached BS from another BS in Siebel IP19.12 doesn't retain the global variable values
We have a cached Business Service in which the inputs passed are stored in a global array variable for every invocation. Unfortunately, it stopped retaining the value after IP19.12. It was working in IP16 and after the upgrade it stopped.
InvokeServiceMethod('BS1', 'Method1', 'ArgumentNames="BSName|MethodName|Input",ArgumentValues="BS2|Method2|Input', 'Output')
BS2 is a cached Business Service
Is this a known issue ?