Action Framework services

Action Framework is a collection of IOS web-based services, wherein each individual service performs only one action on a specific resource.

You can access Action Framework or actions through HTTP calls to the LSF server. The Action Framework base URL is:

http://<hostname>:<port>/lawson-ios/action/<action_name>

Where <action_name> is specified in the individual resource pages.

All XML action requests also be enclosed within an <ACTION> node. For example:

<?xml version="1.0" encoding="ISO-8859-1" ?> <ACTION actionname="DeleteJobQueue"> <JOBQUEUE queueName="STDQUEUE"/> </ACTION>

  • The actionname attribute is optional
  • The encoding attribute is required if you are sending XML with a different encoding from the LSF default
  • The encoding attribute must match the HTTP content-type encoding attribute