Hi all,
I have an infopath form, which uses both SOAP and REST web services. When I work inside InfoPath form preview, everything works well. The problem is when I publish the form and use it from the IE browser, even though I am referencing the exact same web services.
What happens in detail is the following.
1. On form load, I query REST service that I have created and it populates a repeating table. At this point, it works perfectly and the form opens.
2. When I try to execute that same REST service any time after form is opened, I get "A Microsoft SharePoint Server State Service error occurred while processing your request. For more information, contact your server farm administrator."
In the logs, I only get "StateManager.GetState() Locked data" as the exception.
The server where the REST is referring to is the same as where the sharepoint/infopath resides.
Anyone else had similar scenario?
Thanks,
Branko