Difference between revisions of "Getting started guide"

From DE4A
Jump to navigation Jump to search
Line 45: Line 45:
 
If you are a '''DO''', then you need to register a '''request''' endpoint with the Connector URL endpoint and the certificate.
 
If you are a '''DO''', then you need to register a '''request''' endpoint with the Connector URL endpoint and the certificate.
  
[[File:Endpoint_list.png|alt=]][[File:Cert.png|alt=|567x567px]]
+
[[File:Endpoint_list.png|alt=]]
 +
 
 +
 
 +
[[File:Cert.png|alt=|567x567px]]
  
 
The URL for the Connector must be the base URL, followed by “/phase4"
 
The URL for the Connector must be the base URL, followed by “/phase4"

Revision as of 08:35, 27 June 2022

This guide provides a list of steps to be taken by each partner wishing to deploy and join the DE4A infrastructure of iteration 2. There are three main milestone: SMP, DE4A Connector and DE/DO. Each milestone must be properly completed before moving on to the next one. This is due to the way the Playground will be used in the second iteration.

Usage of the Playground it2

The Playground can only be used in two ways:

  • By exchanging messages between the DemoUI and the Mocked DO.
  • By using the infrastructure of a partner as a Data Consumer o Data Provider.

For the second option, it is mandatory to set up a complete interaction side: either the sender (DC) or the recipient (DP). This means that, in this second iteration, the use of only a DE or a DO to exchange messages via the Playground is not supported.

For example, if a partner wants to send a message from its DE to the Mocked DO, that partner needs to set up the complete infrastructure of a Data Consumer:

  • A national SMP available to that partner.
  • A DE4A Connector.
  • A Data Evaluator.

On the other hand, if a partner wants to receive a message in its DO from the DemoUI, that partner needs to set up the complete infrastructure of a Data Provider:

  • A national SMP available to that partner.
  • A DE4A Connector.
  • A Data Owner.

The Shared SMP cannot be used for participants other than the imaginary ones.

SMP

Setup your own national SMP. The SMP must be installed, configured and populated with the right information. To install and configure the SMP, two documents are available on the OnwCloud:

  • 2022-04-01 Setting up a Service Metadata Publisher for DE4A.pdf
  • 2022-05-02 Configuring the SMP for the IAL.pdf

Both documents can be found here.

To populate the SMP with the appropriate information, each partner must know the participants and evidence their national SMP should store. The Wiki page Useful information on pilots and participants may help in this task.

TIP

What information needs to be added?

Create a service group with your particpantID:

  • Scheme: iso6523-actorid-upis
  • Identifier value: 99XX:pt000000026-test-it2

For that participant (service group) you need to create an endpoint.

Endpoints will have the Document type ID for the Canonical Evidence Type.

If you are a DE, then you need to register a response endpoint with the Connector URL endpoint and the certificate.

If you are a DO, then you need to register a request endpoint with the Connector URL endpoint and the certificate.


The URL for the Connector must be the base URL, followed by “/phase4"

In this case, the endpoint URL should be: https://de4a.simplegob.com/de4a-it2-connector/phase4

De4a Connector

Deploy the release version of the Connector from the GitHub of WP5. To do so, follow the DE4A Connector installation and configuration guide.

Data Evaluator / Data Owner

In order to understand the common specifications each partner needs to follow to properly exchange messages with the rest of the DE4A components, the following resources are available within the Common specifications section:

  • Common behaviour and interactions between components
    • Description of the interaction patterns of the second iteration through communication diagrams. Data structures used during exchanges are also descripted there.
  • Summary of software interfaces
    • Reference information on the software interfaces of the DE4A components.
  • DE4A Logs and error messages
    • Updated version for the second iteration of the specification of the common error and logs messages used during exchanges.

USI and IM patterns have been updated compared to iteration 1. Subscription, notification and lookup patterns are new for this iteration 2.