You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

About

The integration api handles the communication in and out of the partnerportal system. 

Primary behavior

Incoming flow:

  1. FacilityTaskExchangeApi (WCF service) sends a message to integration api
  2. Integration api sends the message to the Service api

Outgoing flow:

  1. A messge is received from the Service api in teh integraion api
  2. Integration api sends the message to the client environment (Grid company SonWIn service

Special behavior

Communication is handled both comming in and out

Architecture/Responsebilities

  • Architecture
    • Common apio structure
  • Responsebilities
    • Incomming communication
    • Outgoing communication

Database

None, the databses is handled in teh Service api

Debug info

Step by step guide on how to debug the application.

Configuration info

  • What is in the cionfiguration file
  • What do they do
  • How to change the configuration

Paths

  • Projekt/Solution:
    EGU.PartnerPortal.IntegrationServiceAPI\EGU.PartnerPortal.IntegrationAPIService.csproj
  • ConfigFile:
    EGU.PartnerPortal.IntegrationServiceAPI\appsettings.json
  • Demoproject:
    -

References:

Internal:

  • Bussinesswise 
    • JOLAN
  • Technical knowledge 
    • JOLAN
  • Supporters
    • -

Eksternal:

-

Other

-


  • No labels