Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In order to successfully invoke the Run web service operation, your SOAP client application needs to know and implement the appropriate details in two categories.  Refer to the following headings for more information:

Anchor
Web Service Details
Web Service Details
Web Service Details

You need to know about the web service in order to execute the correct protocols to invoke it.  The most important items you need are:

...

LANSA Composer provides the LANSAComposerProcessingSequencesService.wsdl file that describes the service.  This file can be found in the ./WebService/SOAP directory of the LANSA Composer data directory tree.  For example, on an IBM i server, it can be found on the IFS in a location like this:

...

The correct endpoint URL necessary to invoke the Run web service operation will depend on the specifics of the environment in which LANSA Composer server is installed.

...

  • If you are running LANSA Composer on a Windows server, you need to replace jsmdirect with jsmdirect.exe.

For example, if LANSA Composer is installed on a Windows server named MYSERVER and the HTTP listener port in use is 8082, then your endpoint URL might look like this:

          http://MYSERVER:8082/cgi-bin/jsmdirect.exe?COMPOSER_RUN

Anchor
Processing Sequence Details
Processing Sequence Details
Processing Sequence Details

You need to know about the Processing Sequence that you wish to run:

...