I have WCF function for accept data as an array from ajax request.
When array size is below 2500 then ajax hit my service method but when data is approx 5000. It is showing Bad request.
My wcf method is
public string PostDataInServer(declarationmis[] arrdeclaratiomis, loanee[] arrloaneemis)