RE: Read time out error while invoking a service

2012-01-05 Thread Meeusen, Christopher W.
Been awhile since ive worked on this, here’s how we did it with ADB binding: stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(TestProperties.TIMEOUT); replace the constant with an int value. Regards, Chris From: java-user-return-86114-Meeusen.Christopher=mayo@a

RE: Read time out error while invoking a service

2012-01-05 Thread Brando.Arguello
Hari, Please see below.. long soTimeout = (10 * 60 * 1000) + (5 * 1000); // Eight minutes and 5 seconds YOUR_STUB._getServiceClient().getOptions().setTimeOutInMilliSeconds(soTimeout); -Brando From: Sathunuri, Hariprasad (US - Arlington) [mailto:hsathun...@deloitte.com] Sent: Thurs