The installation will install the following services in IIS:
Isah Supply Chain Interface API
Isah Supply Chain Interface Website.
Schematic overview
After installing the Supply Chain Service and the Interface Service, there are two different services your system can connect to. They each have their own URL:
Supply Chain Message Service: This service ensures your messages are validated, saved etc. It also puts your messages in the outgoing queues and puts data from incoming messages into your database.
An example of a URL is http://localhost:3090/api.
Supply Chain Interface Service: This service manages the SCSN web interfaces and queues. It picks up the outgoing messages from the queue to send them to the receiving party, and it puts incoming messages into the queue and sends them on to the Message Service.
An example of a URL is http://localhost:3090/scsn/api.
In the image you can see a graphic representation of the paths incoming and outgoing messages take if both parties have a web interface for their electronic messages.