Hi All,
A .net applciation build consuming dfs services is using below construct in part of code to checkin and checkout or import docment from a repository.
DFSVBUnattendedWrapper.DFSUnattended unattended = new DFSVBUnattendedWrapper.DFSUnattended();
unattended.DocumentCheckIn(----arguments-------)
Why we use above to do this functionality?
This is leading to create a service context at the documentum contnt server end .If I want to prohibit creating a new one and reustilize the already created one.(following a concept of single service context per user)What I am supposed to do?
Please reply.