Thanks for your help!
It is performed by web services.
Here is the workflow for my application:
Login to openkm with my user and password.
Perform a checkout on a document.
Close the browser.
Open it again.
Login again to openkm.
When I try to cancel the checkout or make a checkin it gives me the error: "Node Locked", I guess it is because I'm trying to do it using a different token than the one is stored at OpenKM, because if I do it two hours later, it works fine.
That's why I really need to use that "getTokenByUserId" method, but I have no idea of how to import the library, I am developing the application on c#.
Thanks in advance for your help.
RC.
It is performed by web services.
Here is the workflow for my application:
Login to openkm with my user and password.
Perform a checkout on a document.
Close the browser.
Open it again.
Login again to openkm.
When I try to cancel the checkout or make a checkin it gives me the error: "Node Locked", I guess it is because I'm trying to do it using a different token than the one is stored at OpenKM, because if I do it two hours later, it works fine.
That's why I really need to use that "getTokenByUserId" method, but I have no idea of how to import the library, I am developing the application on c#.
Thanks in advance for your help.
RC.