register | login

• Home • Demo • Contact • Forum • Screenshots • Press reviews • Documentation • Download  •

Integrate ShowCalendarByYear using Solunas API



Main php code:

include("lib/nusoap.php");
$client = new soapclient('http://rsolunas.de/production/backend/service.wsdl',true);
$param = array('room_id' => $_GET['room_id'],
                          'year' => $_GET['year'],
                          'language' => "de-DE",
                          'username' => "xxxx",
                          'password' => "xxxx");
echo $calendar = $client->call('ShowCalendarByYear',$param);

 


Example for registered user



Warning: fsockopen(): unable to connect to rsolunas.de:80 (Connection refused) in /home/solunas/public_html/typo3conf/ext/nf_nusoap/nusoap/nusoap.php on line 2313

Choose a year to display for room SolTest:


The example is neatly fitted into a Typo3 installation!


Download PHP Source



SolunasAPI_PHP_files
Solunas.org | Sitemap