register | login

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

Integrate ShowCalendarByRoom using Solunas API



Main php code:

include("lib/nusoap.php");
$client = new soapclient('http://rsolunas.de/production/backend/service.wsdl',true);
$param = array(   'property_id' => $_GET['property_id'],
                             'year' => $_GET['year'],
                             'month' => $_GET['month'],
                             'language' => "de-DE",
                             'username' => "xxxx",
                             'password' => "xxxx");
echo $calendar = $client->call('ShowCalendarByRoom',$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 month and year to display for room SolTest:


The example is neatly fitted into a Typo3 installation!


Download PHP Source



SolunasAPI_PHP_files
Solunas.org | Sitemap