I have a simple web service, it takes 2 parameters one is a simple xml security token, the other is usually a long xml string. It works with short strings but longer strings give a 400 error message. maxMessageLength did nothing to allow for longer strings.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should remove the quotas limitations as well. Here is how you can do it in code with Tcp binding. I have added some code that shows removal of timeout problems because usually sending very big arguments causes timeout issues. So use the code wisely... Of course, you can set these parameters in the config file as well.
|
|||
|
|
|
After the answer on quotas I just did all that in the web.config
|
|||
|