Every time I update Service Studio, I have to go into the "ServiceStudio.WS.bindings.config" file and replace the default maxbuffersize, maxbufferpoolsize, and maxreceivedmessagesize of 33554432 to a higher value that actually works.
I think we can all agree that the default of 33MB is pretty small by today's standard of technology.
-
Please increase the default when deploying new versions of Service Studio to something useful.
-
Additionally, a more friendly error message would also be useful for diagnosing this situation.
-Yes, if I click send report, then click view I can figure it out, but that's probably a bit much for more novice users, or someone who has never experienced this exact error before.
Also, including the actual body of part of the error report in case someone does a search, so they find this thread:
Communication error: There was an error contacting 'some-server.com' .
Operations Log:
[8/24/2015 8:22:04 AM] [3] Notification SS_Error|||0|0|0|2015-08-24T12:22:04.820
[8/24/2015 8:22:04 AM] [3] Exception OutSystems.Communication.Exceptions.CommunicationException: The maximum message size quota for incoming messages (33554432) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. ---> System.ServiceModel.CommunicationException: The maximum message size quota for incoming messages (33554432) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. ---> System.ServiceModel.QuotaExceededException: The maximum message size quota for incoming messages (33554432) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.
--- End of inner exception stack trace ---