ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
Timeout error messages when running multiple SDM WebService methods
book
Article ID: 186471
calendar_today
Updated On:
Products
CA Service Management - Service Desk ManagerServiceDesk
Issue/Introduction
After running multiple Service Desk Manager Web Service methods from custom code (ex: Java, .NET ), SOAP WebServices hang and stop responding.
SOAP UI shows: Request timed out when consuming a Web Service method
Cause
tomcat threads get stuck
Environment
Release : 14.1
Component : Svc Desk Web Services
Resolution
Add delays in the custom code between Web Service methods and between each execution. This will action will avoid for tomcat threads to hang and causing the issue to occur.