Welcome Guest! Log in
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…


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.

 

 

Articles

Suggest a new Article!