Hello,
I am getting the following error message in the Metastorm Log when I try to call a specific web service (called 'get_estimate') in my C# code:
<>
As per /awd/forums/questions/3407957, I think this is related to the fact that the XML response message that I am receiving is too big.
Also, as in /awd/forums/questions/3404396, I have tried to increase the values of these parameters as follows:
maxBufferSize="2147483647"
maxReceivedMessageSize="2147483647"
maxStringContentLength="2147483647"
maxArrayLength="2147483647"
I have done so in the 'Advanced' tab of my web service connection in Metastorm Designer and in C:\Program Files (x86)\Metastorm\BPM\ECL.WS\Web.config. However, this issue still persist.
Any other ideas about what else I can check?
Thank you very much in advance.