Search found 48 matches

by MadJosch
Sat Mar 02, 2013 7:49 pm
Forum: VA integration pack
Topic: Bug in XML-function getBookableRoutes
Replies: 5
Views: 18663

Re: Bug in XML-function getBookableRoutes

Thank you very much, works like a charm.
by MadJosch
Mon Jan 14, 2013 3:38 pm
Forum: VA integration pack
Topic: Bug in XML-function getBookableRoutes
Replies: 5
Views: 18663

Re: Bug in XML-function getBookableRoutes

It looks like the problem only changed:

Code: Select all

Warning: DOMDocument::load() [domdocument.load]: XML declaration allowed only at the start of the document in http://www.fsairlines.net/va_interface.php5?va_id=XXXX&function=getBookableRoutes&pilot_id=XXXXX
Still no functionality. :-(

Regards, Jörg
by MadJosch
Mon Dec 24, 2012 11:11 am
Forum: VA integration pack
Topic: Question about pax and cargo calculations
Replies: 0
Views: 17133

Question about pax and cargo calculations

Hello, I was wondering if it is possible to determine the pax, baggage and cargo weights and revenues(?) found in the flight's briefing document by using XML requests. Values for ZFW, MTOW and so on are available from getAircraftDBData . But what about the other weights for pax, baggage and cargo ...
by MadJosch
Tue Dec 18, 2012 9:06 am
Forum: VA integration pack
Topic: Recent chances will affect XML interface?
Replies: 18
Views: 31209

Re: Recent chances will affect XML interface?

There's another function where these values could be needed: getFlightReports and/or getReportDetail
to produce detailed reports.

Thanks in advance
by MadJosch
Sat Dec 15, 2012 3:45 pm
Forum: VA integration pack
Topic: Bug in XML-function getBookableRoutes
Replies: 5
Views: 18663

Bug in XML-function getBookableRoutes

Hi I think I found a bug with the function getBookableRoutes According to the wiki entry about the function it returns several codes about the success of the operation ( SUCCESS, NOT FOUND, FLIGHT BOOKED, GROUNDED, SUSPENDED, VA INACTIVE ). But if I try to book a flight when there is already one ...
by MadJosch
Wed Dec 05, 2012 4:45 pm
Forum: VA integration pack
Topic: Recent chances will affect XML interface?
Replies: 18
Views: 31209

Re: Recent chances will affect XML interface?

Sorry to ask again, but could the booked pax values also be added to the getActiveFlights answer too?
That would be nice.

Thanks in advance.
by MadJosch
Mon Dec 03, 2012 10:43 am
Forum: VA integration pack
Topic: Recent chances will affect XML interface?
Replies: 18
Views: 31209

Re: Recent chances will affect XML interface?

Again: thank you very much :-) !
by MadJosch
Mon Dec 03, 2012 10:41 am
Forum: VA integration pack
Topic: Request for XML-function: getRouteData
Replies: 2
Views: 12183

Re: Request for XML-function: getRouteData

Thank you very much!
by MadJosch
Sat Nov 24, 2012 11:10 am
Forum: VA integration pack
Topic: Recent chances will affect XML interface?
Replies: 18
Views: 31209

Re: Recent chances will affect XML interface?

Congratulations on the finishing of your studies!
by MadJosch
Tue Nov 06, 2012 10:35 pm
Forum: VA integration pack
Topic: Recent chances will affect XML interface?
Replies: 18
Views: 31209

Re: Recent chances will affect XML interface?

Hi

I don't want to be shoving, but may I politely ask to expect some progress here as well as with other requests?

getRouteData
Release of Client V2.1.1

Sincerely
Jörg
by MadJosch
Tue Sep 18, 2012 12:08 pm
Forum: VA integration pack
Topic: Recent chances will affect XML interface?
Replies: 18
Views: 31209

Re: Recent chances will affect XML interface?

Thanks, nice work. Just another question: Is it possible to determine how many seats of each class are used in a plane that is not fully booked out? Example: An Airbus A319 with a config of 118/8/2 is loaded with 114 pax. According to the briefing document from FS Airlines the seats are used: 106/7 ...
by MadJosch
Mon Sep 10, 2012 2:37 pm
Forum: VA integration pack
Topic: Recent chances will affect XML interface?
Replies: 18
Views: 31209

Re: Recent chances will affect XML interface?

The ones that Konny wrote in the second post of this thread.
Konny wrote:Yes, I just added the fields pax_economy, pax_business, pax_first and config_name to the aircraftData-request result.
by MadJosch
Sun Sep 09, 2012 7:16 pm
Forum: VA integration pack
Topic: Recent chances will affect XML interface?
Replies: 18
Views: 31209

Re: Recent chances will affect XML interface?

The description in the wiki does not contain the info about the additional values. Maybe they got lost during the last wiki restore?
by MadJosch
Sun Sep 09, 2012 7:14 pm
Forum: VA integration pack
Topic: Request for XML-function: getRouteData
Replies: 2
Views: 12183

Request for XML-function: getRouteData

Hi,

I'd like to ask for some addition to function getRouteData or getRouteList.
Please add the following info to the XML answer :

-Route
-Remarks
-Pax limit
-Cargo limit

as entered in the flight plan.

Thank you