Where can you set the received message buffer size limit in a web service proxy based on the .net/WCF engine? The default behavior seems to be unlimited message size (10 MB works in test), but I'd like to be able to set a limit depending on circumstances.
Back in PowerBuilder .net, you could set the maxReceivedMessageSize parameter to control that behavior, but I can't find how to control it in PB Classic 12.5 or PB 2017.
Thanks,
Doug Holt