Soap processor time out error

hello friends,
I have build one application in which iam trying to retrive data from the database.but iam facing SOAP PROCESSOR time out problem because data which iam going to fetch is very large.I had also tried by increasing timeout.But then also there is problem of " RESPONSE NOT RECIEVED IN TIME".
Please give me the solution so that i can retrive data without soap processor time out.

what’s the estimated size of the data you try to retrieve?
If it’s too big, the system will simply need more time (and other resources) to process it. you may need to think of other solutions in stead of just increase the timeout settings.