1 * [ttFileURL] => http://amda.irap.omp.eu/AMDA/data/WSRESULT/catalog_userID_20180919_cat_0.xml * * @apiErrorExample Error-Response: * {"error":"No such table sharedcatalog_100 for user impex"} */ require_once '../config.php'; $amda_ws = new WebServer(); $result = $amda_ws->getCatalog($_GET); if ($result['success']){ echo $result['catFileURL']; } else { echo $result['message']; } ?>