KB Article #70175
Question regarding time-out for Webservices front-end and bebug on Webservices.
Problem
Resolution
* How to set the timeout for front end and to add the debug on front end logs?
Resolution
- You can set the implementation timeout (time while Front-End waits for the response from the Integrator) in Composer, on the Web Service Front-End synchrony server, Communication tab, CommAdapter of type WS, Provider settings tab.
The timeout between the external client and the Front-End is defined by the external client, so we don't have any control over it.
- In order to set the Front-End in debug mode, go to the Front-End_Home/resources and open the log4j.properties file.
Modify the first line:
log4j.logger.com.axway.webservices=debug, stdout
By default the trace value is info, replace it with debug and restart the server.