Hello,
Is there a way to automatically send to Lawson a bunch of requests to a specified form via a Java http client? Actually I am able to do this, but it is very slow as I have to programmatically logon and logoff for each request. I need to be able to log in once, and then send all the requests I need to.
Any time I send a request after the session has timed out, then I want to be able to detect this and re login, then send my requests. Is there an API for this in either JAva or any other Language?