Introduction
When submitting an InfoPath form, users may receive the following: "An error occurred while the form was being submitted". Although this error appears and gives the impression that a process was not submitted, on the server side a process may be started.
To correct this issue, the security level must be changed to allow the necessary level of user interaction. Fundamentally, this requires the security level to be reduced.
This error occurs because the InfoPath form has a time out value for the Web Service to respond. If the Web Service does not respond within this time period, the error is displayed to the user. However, the Web Service may still be processing the form data and may create a process instance.
This article will elaborate on why this error occurs and how to change the InfoPath Submit parameters to fix this issue.
 | Note: Implementing this solution requires knowledge of Web programming basics and familiarity with XML configuration files. |