Hi
I have been developing a web site which requires the user input for Destination Airport, Flight Date and Flight ID (e.g. SWR138).
I need to validate whether the flight exists on this **future ** date and retrieve the Scheduled Arrival Time.
AirlineFlightSchedules might be the right API to be used. Right?
I have tried to call this API without specifying the origin airport (optional) but get a fatal error: “SOAP-ERROR: Encoding: object has no ‘origin’ property”.
Are the spec incorrect or how shall I specify the call?
Thanks
Andrea