Hi
In my app I am calling an R3 function using the code:
myClass mc = new myClass();
wdContext.nodeXXX.bind(mc);
mc.execute();
wdContext.nodeOutput().invalidate();
It worked perfactly for a long time.
Suddenly the context remains empty after the function returns from R3.
When I debug the java class, I can see it fetched the data from R3.
Is it possible that binding fails to work? can it be the result of R3 updating structutres?
Thank you fop your assistance
regards
yuval peery