0
votes
2answers
821 views
Where goes WCF binding configuration?
I was checking out streaming in the Programming WCF Services book, and I spotted a line about configurating.
You will need to configure the binding on the client or service s …
0
votes
2answers
91 views
Too long string for WCF
I'm trying to send a long string by WCF, around 64k chars long. When sending a long string, the I get the HTTP error 400. But when I send shorter string, everything works fine.
Here is the WCF inte …
0
votes
2answers
65 views
Why does it matter which order settings are in app.config
I had a problem with WCF test, and the problem was solved when I moved to the top of system.servicemodel.
My question is, why does this matter? Doesn't .NET read the XML by the field names?
…
