PDA

View Full Version : HttpService result size limit


J0n
06-28-2008, 06:39 AM
Hi,

Can any one tell me is there any size limit for the xml that is loaded by
an HTTPService ?
In my project a httpservice request is made to a servlet which returns an xml (whose size is around 300 KB) but i am not able to get any result.
Please help.

Is there any other method for loading xmls that are of larger size ?

Thanks in Advance

bdover28
06-30-2008, 04:16 PM
the only similar problem i had was actually server side, I was using php and the max execution time of the script was expiring (but this was genning 5MB xmls), could be something like that.