Hi friends,
fast question..
Is it possible use single instance Codeunit and temporary tables with the SOAP web service?
Because WS as standard for each request create a new instance/thread which after code finished terminates.
But what if I need keep global variables, temporary data for next request??
Thanks!
Z
0
Comments
you can't use single instance code unit to save temp data for ws request because after request termination session also close.
you need to use some buffer tables for store temp data.
http://vjeko.com/blog/cross-call-state- ... b-services
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n