Users can request baseline data through OGC Web Feature Service 2.0. There is no automatic dataset publication, all data is available in the database and users can request digital NOTAM data in the form of a digital PIB.
Client sends a standard SOAP (envelope) request message via HTTP to the API Gateway and authenticates using mTLS and API Gateway validates the clients certification. API GW routes the request to the WFS server that is connected with AIM Database. An AIXM 5.1 data response is generated and the response message is embedded into a SOAP envelope just like the request.
The service behaviour shall be in accordance with the Synchronous Request-Reply pattern detailed in the Message Exchange Patterns: Identification Guidelines. The typical behaviour is as follows Synchronous Request/Reply- The request message is sent from the service consumer to the service - The service consumer remains blocked while awaiting the reply- The service remains blocked while processing the reply - The AIXM Basic Message, the reply message, is sent from the service to the service consumer.