NAV 2009 Web Services returns 'The action must be retried'

ShedmanShedman Member Posts: 194
edited 2012-11-28 in NAV Three Tier
We are using Web Services to integrate with an external application. When testing the integration all seemed to work fine, until we started sending larger messages to the Web Services.

I have exposed a codeunit, which takes a BigText as input parameter and outputs a Text. As soon as requests go over ~50Kb, the action fails with the error 'The action must be retried'. Testing indicates that it doesn't even making it to my code, but exits before that.

I have set the WebServicesMaxMsgSize to different values between 64 and 5120.


Does anyone know how to solve this?


* update *

After some more testing with other tools to consume the web service, we've found out the problem does not lie in NAV, but in the application that calls the web service.
Sign In or Register to comment.