children('http://schemas.xmlsoap.org/soap/envelope/')-> children('urn:ebay:apis:eBLBaseComponents')->GetCategoriesResponse-> UpdateTime . ".xml"; if (file_exists("/eBayCatCache/$lastUpdated")) { echo "\n"; $xml = simplexml_load_file("/tmp/$lastUpdated"); }else { echo "\n"; $attributes['DetailLevel'] = 'ReturnAll'; $myRequest = generateBody($call, $attributes); $message = generateRequest($myRequest); $xml = calleBay($call, $message, TRUE); file_put_contents("/tmp/$lastUpdated", $xml); $xml = simplexml_load_string($xml); } $xml = $xml->children('http://schemas.xmlsoap.org/soap/envelope/')->children('urn:ebay:apis:eBLBaseComponents'); return $xml; } ?>