I am experimenting with the XML interface.
As I tested some functions (especially for retrieving aircraft data) they returned data without use to me.
- getAircraftList
Code: Select all
Returns a list of over 7000 aircraft. But from our va's fleets no aircraft seems to be in that list.
- getFleetAircraftList
Code: Select all
<fsa_output version="1.0" success="NOT FOUND"/>
- getFleetList
Code: Select all
Returns a list of va's but they do not appear on the FS Airlines website
- EDIT getFleetStats
Code: Select all
Returns a list of planes that seems to be the correct list on first glance. But there are planes on it I cannot retrieve any data by getAircraftData. But more strange is: there are planes in the list which do not belong to our va.
- getLeasedAircraftList
Code: Select all
<fsa_output version="1.0" success="NOT FOUND"/> Maybe this is because we do not have leased planes
- getMetar
Code: Select all
<fsa_output version="1.0" success="foobar"/>
- getDistance
Code: Select all
<fsa_output version="1.0" success="foobar"/>
I am pretty sure that the query url's are correct. If wanted I can provide them too.
Jörg