Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/11/20 in all areas

  1. I discussed with @Nabeel on Discord. He gave me a pretty good workaround of combining both the flight_id and api_key back to the XACARS client on the begin flight. That way, each subsequent message from XACARS is sending both the flight_id and api_key in a single data field. I then parse that field to break it into the 2 pieces. I did some initial testing and it looks like it's going to work beautifully. My current solution is not in a place to be shared yet. But with time I can certainly share what I come up with. My solution will be for PHP 7.3 (it will probably work with 7.2 as well) and phpVMS 7. I don't see our airline moving from our current custom built solution to phpVMS 5. Technically, with the API that has been provided with phpVMS 7, it shouldn't be too hard to integrate any client using a proxy like this as long as you know the formats of the incoming data.
    2 points
×
×
  • Create New...