...
- Scheduler spawns a ProcessFormEntryQueueTask every X seconds.
- ProcessFormEntryQueueTask delegates to FormEntryQueueProcessor.
- FormEntryQueueProcessor iterates through the FormEntryQueue.
- FormEntryQueueProcessor transforms XML data in FormEntryQueue using an XSLT associated with the given form.
- FormEntryQueueProcessor creates and stores the HL7InQueue record.
...
- Make sure http://localhost (or your site url) is a "Trusted Site".
- (In Infopath menu) Tools --> Options - -> Internet Options
- Click on the Security tab
- Select "Trusted Sites"
- Click "Sites" button
- Add http://localhost (or your site url) if it is not there
- Click Ok
- Make sure your "Trusted Sites" can do cross-site scripting
- (In Infopath menu) Tools - -> Options - -> Internet Options
- Click on the Security tab
- Select "Trusted Sites"
- Click "Custom Level"
- In Miscellaneous --> Access data sources across domains
- Check "Enable"
- Click Ok
...