Welcome Guest! Log in
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.


The Stambia Web Services which are designed to have Input and Output files will generate these at invocation.

By default, they are deleted except if the invocation ends with errors, but this can be configured in the Runtime properties.

Prerequisites:
  • Stambia DI Runtime S17.4.0 or higher

 

To change this behavior:

  1. Open the <stambiaRuntime>/properties/engineParameters.xml file
  2. Uncomment the three dedicated parameters
  3. Set their values accordingly to your needs

 

The parameters to set are:

     <parameter name="webServiceInputMessageKeep" value="yes"/>
     <parameter name="webServiceOutputMessageKeep" value="yes"/>
     <parameter name="webServiceFaultMessageKeep" value="yes"/>

 

And the following values are available:

Value Description
yes The temporary files are kept.
no The temporary files are deleted after the invocation.
if_error If an error occurred during the invocation, the temporary files are kept, otherwise, they are deleted.

 

 

You have no rights to post comments

Articles

Suggest a new Article!