Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can solve the problem in WCF Service to send large byte[] of data around byte[17675]
Posted
Comments
deepakaitr12345 8-Feb-13 7:53am    
Go for the fault contract and validate the request ..
it may occure in diffrent situation like(just example) your XML is not prepared properly.

Thanks

1 solution

Hi,

Have you tried something like this: WCF - Increasing the Maximum Message Size[^] ?

Hope it helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900