Hi all, am using jdev 12.2.1.0.0 for the development of my application. am having a page that deals with 9 tables and there is some list of items inside the page too , in the task flow i have a method call before the page in the method call am invoking number of web services on a number of records before the page to be rendered those web services deployed on soa-infra . once the link of the page is clicked the curser keep rolling and waiting more than 2 minutes cause the number of called sometimes reaches 100 call of the webservices and then i got the error: Failure of Web Server bridge: No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent. i have checked the server and all of them are running fine . the session time out is set to 3600 on weblogic console session invalidate interval also set to 3600. any help solving the issue is apprciated .