I have a client that wants to integrate more deeply with Lawson. Lawson has web services that are exposed to the users for use in integrations.
One such posting allows you to release invoices from a "hold" status in Lawson. In order to do this, you send a lengthy request to lawson through a URL. This works fine if you manually type in the lengthy string.
PRIOR to do this though, you must run another URL which logs you in. It seems to me you would need two separate HTTP Web Request activities to do this in Laserfiche. But it doesn't seem to store the login from the first activity to the second, where we make our actual request to Lawson, so we get an authentication error back. These URLs work fine if you just run them through a browser, and get some nice looking XML back after the second URL is manually run in a browser.
I can't use the authentication feature in the activity, because that is just for authenticating to IIS not the actual application.
Any thoughts?