Sending large XML from Silverlight to SVC (WCF)
Posted
by alexbf
on Stack Overflow
See other posts from Stack Overflow
or by alexbf
Published on 2010-05-21T13:31:49Z
Indexed on
2010/05/21
13:41 UTC
Read the original article
Hit count: 156
Silverlight
|wcf
Hi!
I want to send a big XML string to a WCF SVC service from Silverlight.
It looks like anything under about 50k is sent correctly but if I try to send something over that limit, my request reaches the server (BeginRequest is called) but never reaches my SVC. I get the classic "NotFound" exception.
Any idea on how to raise that limit?
If I can't raise it? What are my other options?
Thanks, Alex
© Stack Overflow or respective owner