Nighthawk Posted June 11, 2011 Report Share Posted June 11, 2011 Hi, can somebody help me with the integration of Virtual Dispatch XML File please? On their Webpage: If you want to use the Virtual Airline flight details interface, your VA needs to setup a webpage providing the following XML (structure).<?xml version="1.0" encoding="UTF-8"?> <VirtualDispatchVAModule Type="flightplan"> <flight> <PilotId></PilotId> <Captain></Captain> <CaptainAbbr></CaptainAbbr> <CompanyIcao>AAL</CompanyIcao> <CompanyIata>AA</CompanyIata> <CompanyRadio>AMERICAN</CompanyRadio> <CallsignAtc></CallsignAtc> <CallsignCompany>AA7890</CallsignCompany> <AircraftType>757</AircraftType> <Registration>N620AA</Registration> <SelCal>KP-EQ</SelCal> <Endurance></Endurance> <PersonsOnBoard></PersonsOnBoard> <Equipment1></Equipment1> <Equipment2></Equipment2> <ColorAndMarkings>SILVER WITH BLUE AND RED STRIPES</ColorAndMarkings> <FlightLevel></FlightLevel> <EstimatesEnrouteTime></EstimatesEnrouteTime> <Origin>KMIA</Origin> <Destination>KJFK</Destination> <DepTime>0200</DepTime> <ArrTime></ArrTime> <Alternate1>XXXX</Alternate1> <Alternate2></Alternate2> <Alternate3></Alternate3> <Route></Route> <Remarks>OPR/JOINAVA.ORG</Remarks> </flight> </VirtualDispatchVAModule> Virtual dispatch is able to call any URL and handover the attributes Pilot ID and Password. That would be nice to integrate in PHPVMS Thank you Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted June 12, 2011 Moderators Report Share Posted June 12, 2011 yeah I'm interested into it. we would need to write a module like kACARS or FSFK to make it work. but I'm no expert at that stuff yet. 1 Quote Link to comment Share on other sites More sharing options...
Nighthawk Posted June 12, 2011 Author Report Share Posted June 12, 2011 The Same by me, i can only php/ mysql basics, that´s it. I will try something... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.