Looks like you already posted the solution for this -
" I found the problem. It was with the .Net 3.0 client. I needed to modify App.config from VS 2005 client. I have incresed the following values and it can download upto 64meg file which is more that what I need.
<binding .... maxBufferSize="67108864" maxReceivedMessageSize="67108864" ..>
<readerQuotas ... maxArrayLength="67108864"...> "
Quote:
http://forums.java.net/jive/thread.jspa?messageID=288787&tstart=0