Recently lots of Microsoft partners and customers are interest in the Form Server/Form Services in MOSS
If I load the form in the InfoPath Desktop Client, the form submits just fine.
However, if i load via the web browser i get a "An error occurred while the form was being submitted."
how do i get more info on this error?
---------------------------------------------------------------------
It's working properly If the form is opened in infopath environment. But it's giving error while I am opening it as browser enabled.
Here I am giving the steps I have taken:
I created a web service which accepts input as parametres.
then create a new infopath form to submit the data from textboxes present in the form through submit button powered by the above said webservice.
I am also unable to display data while the form is opened with browser enabled. the following error is showing.
There has been an error while processing the form.
Click Continue to resume filling out the form. You may want to check your form data for errors.
Click Start Over to load a new copy of the form.
An error occurred accessing a data source.
An entry has been added to the Windows event log of the server.
Log ID:6932
I have a quite similar problem as deeptyranjan, but the LOG ID error I get is 5566.
The problem I have is when trying to GET data from a web service. I work fine on InfoPath but NOT on Forms Services... Any ideas?
By the way, I followed this bog article: http://blogs.microsoft.co.il/blogs/itaysk/archive/2007/04/05/InfoPath-_2D00_-Get-the-current-user-without-writing-code.aspx
If you've gone through all of the stuff in the "making data connections work on the server" article thread, and you still are having trouble, you might want to fiddle with either the data size threshold or the server timeout threshold. Chances are either your web service is returning more data than the server admin allows, or you're taking too much time. The defaults are pretty aggressively low. Setting your server's trace level to verbose and then reading the logs that result may give you actionable information.
Hi, It's been a while since I posted. As you may imagine, July wasn't the most popular month