*** REST, large POST, and "Server Error" (for gurus only)

A

Amil Hanish

I am using REST to POST a large set of XML content. I get an exception when
I send XML that is like 10M in size.

"The server encountered an error processing the request. See server logs for
more details"

If I try to debug the service, my RESTful method is never called. I've
increased all the General and ReaderQuotas on the bind, as well as increased
the <httpRuntime maxRequestLength="20480"/>. Even if I turn on WCF
diagnostics, nothing in the diagnotic log.

Any ideas how either 1) how to figure out what the REAL error is, or 2) how
to send very large XML sets via REST POST?

I did have to modify the CLIENT DataContractSerializer behavior to that it
could create larger graphs (MaxItemsInObjectGraph); maybe that affects the
host as well on the deserialization.

HELP??

Amil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top