Overview

Airport Flight Information Publication service is part of a series of services that help automate the A-CDM process at a CDM Airport.

This service concerns the publication of flight information to all A-CDM Partners that need it.

In particular, this service provides publication under subscription of inbound flights, landing in the airport; outbound flights, taking off from the airport; and their system generated alerts, here called Flight Alerts.

ProvidedAirportFlightInformationPublication contains the subscription and unsubscription operations and is instantiated by the service provider and used by the service consumer to access the service interface definition operations.

This interface implements Synchronous Request/Response MEP in order to enable un/subscriptions.

References

Service Definition

The following diagram illustrates a visual representation of the ProvidedAirportFlightInformationPublicationSetting wsdl.



The ProvidedAirportFlightInformationPublication interface provides means to:

  • Subscribe and unsubscribe to flight alerts publication, through subscribeFlightAlert and unsubscribeFlightAlert service interface operations; respectively.
  • Subscribe and unsubscribe to inbound flight information publication, through subscribeInboundFlight and unsubscribeInboundFlight service interface operations; respectively.
  • Subscribe and unsubscribe to outbound flight information publication, through subscribeOutboundFlight and unsubscribeOutboundFlight service interface operations; respectively.


 

Operations

 

The following describes the service operations:

 

  • subscribeInboundFlight 

 

Signature

subscribeInboundFlight ( inboundFlightSubscriptionRequest: InboundFlightSubscriptionRequest  ) : InboundFlightSubscriptionResponse 

Description

Subscribe to inbound flight information


  • unsubscribeInboundFlight 

 

Signature

unsubscribeInboundFlight ( inboundFlightUnsubscriptionRequest: InboundFlightUnsubscriptionRequest  ) : InboundFlightUnsubscriptionResponse 

Description

Un-subscribe from inbound flight information

 

  • subscribeOutboundFlight 

 

Signature

subscribeOutboundFlight ( outboundFlightSubscriptionRequest: OutboundFlightSubscriptionRequest ) : OutboundFlightSubscriptionResponse

Description

Subscribe to outbound flight information

  

  • unsubscribeOutboundFlight 

 

Signature

unsubscribeOutboundFlight ( outboundFlightUnsubscriptionRequest: OutboundFlightUnsubscriptionRequest ) : OutboundFlightUnsubscriptionResponse

Description

Un-subscribe from Outbound flight information

 

  • subscribeFlightAlert

 

Signature

subscribeFlightAlert ( flightAlertSubscriptionRequest: FlightAlertSubscriptionRequest ) : FlightAlertSubscriptionResponse

Description

Subscribe to flight alerts

  

  • unsubscribeFlightAlert

 

Signature

unsubscribeFlightAlert ( flightAlertUnsubscriptionRequest: FlightAlertUnsubscriptionRequest ) : FlightAlertUnsubscriptionResponse

Description

Un-subscribe from flight alerts

 


  • No labels