06-16-2011 08:11 AM - edited 06-16-2011 08:13 AM
Hello Everyone,
I am working on a webworks application which calls a webservice(SOAP request) with different parameters many times.
Whenever I send calls to webservice asynchronously and data holding of request reaches a certain limit(may be around 70000 characters) I don't get a error message and my webservice doesn't gets executed as well and some times I start getting response events after random time like 10-15 mins.
Have observed similar problem on SQLite with webworks. If many database calls are made asynchronously database commit happens after a looong time or may be doesn't happen at all.
can anyone please help me on this.
Thanks in advance
Abhishek