am having an application where its full dependent on wcf services , so...in one of my pages I am trying to bring a huge data from the wcf service , its arround 13000 characters of html . but the problem is that I am getting an error because of the size of
the data , I am having error code 504 of the jxr ( xmlhttprequest object in jquery ) ....can somoene tell me what to do what that ? is it like there is some limit on wcf response ?
Okay , the answer to this was that I am using StatusDescription to pass my wcf result , and httpstatusdescription have a limit of 512 characters so I was exceeding that limit.
Marked as answer by Mazenx on Jul 02, 2011 10:59 PM
Mazenx
Member
483 Points
445 Posts
504 or 12152 xhr response from jquery when wcf service is returning large data
Jul 02, 2011 09:18 PM|LINK
am having an application where its full dependent on wcf services , so...in one of my pages I am trying to bring a huge data from the wcf service , its arround 13000 characters of html . but the problem is that I am getting an error because of the size of the data , I am having error code 504 of the jxr ( xmlhttprequest object in jquery ) ....can somoene tell me what to do what that ? is it like there is some limit on wcf response ?
anyway this is exactly my case , http://professionalaspnet.com/archive/2010/09/01/ReadResponse_28002900_-failed_3A00_-The-server-did-not-return-a-response-for-this-request_2E00_.aspx but i dont want to cut the response...anyone can help me with that?
</div> </div>Mazenx
Member
483 Points
445 Posts
Re: 504 or 12152 xhr response from jquery when wcf service is returning large data
Jul 02, 2011 10:59 PM|LINK