Hello,
I am getting the following error message on the Metastorm Engine Log after my C# code tries to handle a web service response that is relatively long:
<>
If the web service response that I get is relatively short, the C# code runs successfully and no errors are produced.
I have been investigating where exactly to change this MaxReceivedMessageSize property but I have not been successful. I have tried increasing the MaxReceivedMessageSize in the following web.config file but it did not resolve the problem:
C:\Program Files (x86)\Metastorm\BPM\ECL.WS\Web.config
I also have tried to following this instruction that I found in the Metastorm v9 Designer Guide:
<>
I did not find this entry on the Metastorm server but I found the following one instead:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Metastorm\e-work\Engine\WCF\Max Received Message Size
I tried changing this one from its default value (6400000) to something bigger but this did not solve the problem.
Would you have any other ideas?
Thanks in advance.