Hi,
I'm getting this message when invoke an StartAction operation on the ECL.WS service.:
MetastormOperation session = new MetastormOperation("someEclAdrress");
...
IActionResponse action = session.StartAction("", mapName, actionName, false, null);
Exception:
Failed to execute 'system action'. Exception 'Error: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://metastorm.com:StartActionResult. The InnerException message was 'There was an error deserializing the object of type Metastorm.ECL.Client.ActionResponse. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 1, position 21838.'. Please see InnerException for more details.' occurred when attempting to 'Run script'. Error: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://metastorm.com:StartActionResult. The InnerException message was 'There was an error deserializing the object of type Metastorm.ECL.Client.ActionResponse. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 1, position 21838.'. Please see InnerException for more details.