3

I'm having a problem with my web service, sometimes it decides to randomly truncate data that is being sent. I have no idea why. In this example below, you see it just cut off the response. In the next example, executed right after with the same query just a smaller amount of data. In other cases, it's able to still load the same payload as the one that cancelled. It's very strange. I'm using Google Chrome and we have some responses in other functions that return 200-300kb of JSON data.

enter image description here Non-Truncated JSON Response from WCF The web.config is set to allow the max amount of data to be serialized and sent over JSON and the web service.

Anybody have any ideas? I'll be happy to divulge more if it will help. Thanks!

2
  • is that resolve your issue ............ Commented Feb 6, 2012 at 14:02
  • Whwn you say allow max amount of data, dou you mean maxItemsInObjectGraph? Commented Apr 25, 2012 at 23:37

1 Answer 1

1

Looks like you're experiencing the same issue reported (and resolved) here: Inspecting large JSON data in Chrome

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.