WebService datasource performance issue
We have a custom ADF web application which queries an eBS and a Baan databases.
The eBS connection is via a database connection, for Baan it is via webservices.
For unknown reason, now the application takes a lot of time to load more than 5 minutes.
However once loaded any queries work normally.
From my investigation, I suspect the bottleneck is on the initial connection to those web services.
Any idea where should I check and correct this?
I am new to this weblogic ADF thingy.
Cheers!