array( 'URL' => "https://webservices.infogreffe.fr/WSContextInfogreffe/INFOGREFFE", 'URI' => "https://webservices.infogreffe.fr/", 'USER' => "85000109", 'PASS' => "166", ), 'REC' => array( 'URL' => "https://wsrcte.extelia.fr/WSContextInfogreffe/INFOGREFFE", 'URI' => "https://wsrcte.extelia.fr/", 'USER' => "85000109", 'PASS' => "160409", ), ); /** * Define path to the WSDL * @var string */ protected $wsdl = 'infogreffe.wsdl'; /** * Time in hours to keep file * @var int */ protected $cacheFiletime = 8; /** * Directory where cache file are store * @var string */ protected $cachePath = '/cache/'; }