I have WCF service, and I have a method when I want to pass parameter as big string (over 1mb)
I run this wcf and in WCF Test Client I changed configuration as is sh
This works for me, In the web.config app side:
and on the web.config services side you need to add this code in the next tags:
The most important is the relationship through the binding name and bindingConfiguration in both applications.