I have a workflow with two InfoPath forms attached. In every form, there are two data connections, one for receiving information from a SharePoint list on the development server, and the other for submitting form back to the workflow. The security level of forms are set to Domain. It works fine until the workflow is deployed to the productive server: forms can't retrieve information anymore from the list on development server. I assume this is somehow related the security settings. My question is if there is a solution for this problem without changing form data connections and redeploying workflow through visual studio to the productive server directly? Thanks for the help!