Skip to content

Instantly share code, notes, and snippets.

@projoomexperts
Created December 18, 2017 15:42
Show Gist options
  • Save projoomexperts/8eede3ad326ed5ba5e9f662750ce2ee7 to your computer and use it in GitHub Desktop.
Save projoomexperts/8eede3ad326ed5ba5e9f662750ce2ee7 to your computer and use it in GitHub Desktop.
$userinfo = array(
'RTRKey'=>'C4E035CE-FE51-40BD-89CF-00BF4CD4C039',
'Options'=>63
);
$wsdl_url = 'http://realtimerental.com/webservice/RTRWSAPI.asmx?wsdl';
$client = new SoapClient($wsdl_url, array('trace' => 1, "exception" => 0));
$res = $client->RTRPropertyCatalog($userinfo);
$RTRAllData = new SimpleXMLElement($res->RTRPropertyCatalogResult);
$Properties = $RTRAllData->Property;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment