How would one call a web service on another machine FROM lawson? The call would need to be made in the background without opening a new window. The web service can accept either a POST or GET request. For this request, the response is not processed but future request probably would need to process the response. I think the xmlhttp request is the answer but have no documentation on it's use.
I've seen a lot of posts on calling into Lawson web services from external applications but nothing going the other direction.
Thanks for your help.
Depends from where you are tyring to do it. ProcessFlow Integrator has a Web Service node that is very easy to use and handles all the parameters, if it is with a web page within Lawson a http request will do it, as long as there are no authentication requirements it is not too difficult.