Solution
In
order to solve this issue, you need to perform the following steps:
1.
Stop Bizagi Web services
(you may use IISRESET
/Stop in a command prompt with administrator privileges).
2.
Locate the server proxy generated by Bizagi in order to communicate
with the Web Service, this proxy is normally located in the following
path C:\Bizagi\Projects\[ProjectName]\SOA\[ServiceName]
and edit the .config
file with the text editor of your choice.
3.
Locate <binding>
tag inside <basicHttpBinding>
and add the property maxReceivedMessageSize
with any value according to your needs, the following image illustrates
the addition of such property with a value of 2147483647 bytes
(recommended):

4.
Save the file mentioned in previous step and restart Bizagi Web services,
you may use IISRESET
/Start in a command prompt with administrator privileges.
|