Sending large XML from Silverlight to SVC (WCF)
- by alexbf
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