Overview of the Run web service operation
The Run web service operation allows your SOAP client application to specify the processing sequence name and any processing sequence parameter names and values necessary to run the Processing Sequence.
Your SOAP request should include:
- The processing sequence name – you may specify the either the name or the 32 character internal identifier. In the illustration above, the processing sequence name EXAMPLE_AATEST2 is specified.
- Processing sequence parameter names and values, if applicable. In the illustration above a value is specified for the DIRECTORY parameter. If you prefer, you may omit the parameter names – in that case, LANSA Composer will match the values provided to the parameter names that are defined for the specified processing sequence by position.
The SOAP response will include:
- The result code (OK, ER …);
- The run number assigned to the run by LANSA Composer (this can be used to identify and view the Processing Sequence Log in LANSA Composer, if necessary);
- The last error message number and text, if the Processing Sequence ended in error;
- The names and values of the Processing Sequence output parameters, if any, unless the Processing Sequence ended in error.