$xml = file_get_contents('php://input'); if(trim($xml)==""){echo "esta bacio";}else{echo "No esta bacio";}