DEMO Licence

To start testing API you can use this demo licence:

Please contact us at support@ors.si to optain a valid licence.

Usage:

// ORSXML header information
$header = array(
    'lang'  => 'en',            // a return language
    'usr'   => 'xmldemo108',       // ORSXML user
    'pass'  => 'orsdemo109',       // ORSXML password
    'agid'  => '5780',          // agency ID (or account id)
    'sid'   => session_id()     // this is required so that filtering and sorting work correctly!
);