Introduction

In order to help facilitate integration, a special IIS service instance is hosted along with / accessible from the Hub in development mode.

Details

Access

The development IIS service can queried (via the Hub) by specifying a special destination ID.

  • Destination ID: dev

API

A special optional HTTP header (included in the initial HTTP request to the Hub web service) can be used to communicate to the Hub that one of several canned responses is desired.

If the HTTP header is not present, the development IIS service will simply respond with the same HL7 message that was passed in.

  • HTTP Request Header Name: X-IIS-Hub-Dev-Action

Trigger Faults

  • HTTP Request Header Value (MessageTooLargeFault): MessageTooLargeFault
  • HTTP Request Header Value (SecurityFault): SecurityFault
  • HTTP Request Header Value (DestinationConnectionFault): DestinationConnectionFault
  • HTTP Request Header Value (HubClientFault): HubClientFault
  • HTTP Request Header Value (UnknownDestinationFault): UnknownDestinationFault
  • No labels