Interface for reading bookings
Moderator: Michal Rok
Interface for reading bookings
I have been looking for some documentation on how to read bookings from vatbook. So far I have only found a few posts in here describing the http://vatbook.euroutepro.com/xml.php and http://vatbook.euroutepro.com/xml2.php. Unfortunately, xml.php returns a 90Kb file, which is a lot to transfer to a mobile phone, I think. Are there other possibilities available for reading bookings, for example in a csv-like format?
- Michal Rok
- Five Star Club
- Posts: 2447
- Joined: Wed Aug 31, 2005 4:23 pm
Re: Interface for reading bookings
There's a "classic" CSV file used by Servinfo at http://vatbook.euroutepro.com/servinfo.asp - but it's 28 kB anyway. Not sure why 90 kB would be too much for a mobile phone?
Michal
Michal
Re: Interface for reading bookings
Hi Michal!Michal Rok wrote:There's a "classic" CSV file used by Servinfo at http://vatbook.euroutepro.com/servinfo.asp - but it's 28 kB anyway. Not sure why 90 kB would be too much for a mobile phone?
Michal
Thanks for quick response!
Well, I was just thinking about how to reduce network usage and cpu power by avoiding transfer and parsing of all that xml - but I might very well be going a bit too much into "details-mode"

/Claus