Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: moving from archive to doc playground

...

  • 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.

...

  1. Make sure http://localhost (or your site url) is a "Trusted Site".
    1. (In Infopath menu) Tools --> Options - -> Internet Options
    2. Click on the Security tab
    3. Select "Trusted Sites"
    4. Click "Sites" button
    5. Add http://localhost (or your site url) if it is not there
    6. Click Ok
  2. Make sure your "Trusted Sites" can do cross-site scripting
    1. (In Infopath menu) Tools - -> Options - -> Internet Options
    2. Click on the Security tab
    3. Select "Trusted Sites"
    4. Click "Custom Level"
    5. In Miscellaneous --> Access data sources across domains
    6. Check "Enable"
    7. Click Ok

...