Josef, The short answer is, I don't know exactly. The Silverlight calls to the Axis2/C web services keep timing out, but I don't know exactly why. I have long timeouts on the Silverlight, which I am almost positive are working fine, but the system will still time out on my clients. To understand things, one must understand my basic architecture:
- SQLite DB - Axis2/C web services - Apache web server - IE7-9 browser - Silverlight 3 application I am 99.9% sure I know the root of the issue, which I am about to start working on, that would be the DB. The database I am currently using is SQLite, this is the ultralight weight, embedded DB. Very fast, but... It is FILE LOCKING! The correct fix is to move to a client/server rdbms database. This is next on my hit list, but it will take time, so I am looking for a quick fix to bridge the gap. I have the Axis2/C code written to handle long blocks of the DB, but it still times out, so I wanted to make sure everything else was allowing for long blocks, too. One minute should be plenty of time! Sam