blah blah blah is here! blah blah » Close

0
votes
1 answers

Error in web service, message size quota of 65536 has been exceeded

Rick_A
761

I am getting this error in my asp.net webservice on the web side (client): [b]The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropria ...

0
votes
1 answers

proxy for Web Services

I have defined a web service and I can access it via a browser. Now I am trying to compile an app to make a request to that service. The book I have (Beginning XML with C# 2008) says to use Service Service proxy = new Service(); D ...

Feedback