Hi all,
On Navision 2015 CU30, I'm having a problem when I send a request to the navision webservice, the request contains a base64 encoded PDF, so the request is +100 000 charachters.
I get the response 413 request entity too large.. I tried changing the max msg size in the instance admin console to the max value allowed (100 000 kbytes), but this does not solve the problem (does this setting even have any effect?).
When I send the same message to a nav 2017 service, then I get no error..
Does anybody ran in to this error before and found a solution?
thx in advance
0
Answers
this has no effect
Have you find a solution for this issue? I also have the problem when post a large data to odata service published by NAV 2013 R2.
There is a maximum size for OData in Dynamics NAV administration.
If configuration does not help, I would split the data into smaller pieces before sending it to the webservice.
Thomas Barbut
Thanks for your reply.
I know there is a max message size limitation for SOAP service, but raising the value of this property does not take effect on Odata service for NAV 2013 R2. I checked MSDN, it says this property works on Odata from NAV 2016 and later.
So is there any way to raise the max request message size for Odata? Currently the default size might be 48KB or 64KB... REALLY TOO SMALL...
we switched to SOAP because of this restriction on OData service..